File: /home/cafsindia/cpmove_failed_mysql_dbs.1698346599/cloud_hrms.sql
-- MySQL dump 10.13 Distrib 8.0.35, for Linux (x86_64)
--
-- Host: localhost Database: cloud_hrms
-- ------------------------------------------------------
-- Server version 8.0.35
/*!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 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Current Database: `cloud_hrms`
--
--
-- Table structure for table `cw_24q_annexure`
--
DROP TABLE IF EXISTS `cw_24q_annexure`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cw_24q_annexure` (
`prime_24q_annexure_id` int NOT NULL AUTO_INCREMENT,
`preview` varchar(100) DEFAULT '',
`trans_created_by` int DEFAULT '0',
`trans_created_date` datetime DEFAULT NULL,
`trans_updated_by` int DEFAULT '0',
`trans_updated_date` datetime DEFAULT NULL,
`trans_deleted_by` int DEFAULT '0',
`trans_deleted_date` datetime DEFAULT NULL,
`trans_status` int DEFAULT '1',
PRIMARY KEY (`prime_24q_annexure_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cw_24q_annexure`
--
LOCK TABLES `cw_24q_annexure` WRITE;
/*!40000 ALTER TABLE `cw_24q_annexure` DISABLE KEYS */;
/*!40000 ALTER TABLE `cw_24q_annexure` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cw_aadhar_mapping`
--
DROP TABLE IF EXISTS `cw_aadhar_mapping`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cw_aadhar_mapping` (
`prime_aadhar_map_id` int NOT NULL AUTO_INCREMENT,
`module_id` varchar(100) DEFAULT NULL,
`loc_name` varchar(100) DEFAULT NULL,
`db_name` varchar(255) DEFAULT NULL,
`trans_created_by` int DEFAULT NULL,
`trans_created_date` datetime DEFAULT NULL,
`trans_updated_by` int DEFAULT NULL,
`trans_updated_date` datetime DEFAULT NULL,
`trans_deleted_by` int DEFAULT NULL,
`trans_deleted_date` datetime DEFAULT NULL,
`trans_status` int DEFAULT '1',
PRIMARY KEY (`prime_aadhar_map_id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cw_aadhar_mapping`
--
LOCK TABLES `cw_aadhar_mapping` WRITE;
/*!40000 ALTER TABLE `cw_aadhar_mapping` DISABLE KEYS */;
INSERT INTO `cw_aadhar_mapping` (`prime_aadhar_map_id`, `module_id`, `loc_name`, `db_name`, `trans_created_by`, `trans_created_date`, `trans_updated_by`, `trans_updated_date`, `trans_deleted_by`, `trans_deleted_date`, `trans_status`) VALUES (2,'employees','gender','gender',1,'2022-06-20 18:44:54',NULL,NULL,0,'2022-06-21 15:26:06',0),(3,'employees','full_name','emp_name',1,'2022-06-20 18:45:11',1,'2022-06-21 15:35:45',NULL,NULL,1),(4,'employees','dob','date_of_birth',1,'2022-06-20 18:45:18',NULL,NULL,NULL,NULL,1),(5,'employees','aadhaar_number','aadhar_card_no',1,'2022-06-20 18:45:23',NULL,NULL,NULL,NULL,1),(6,'employees','mobile_hash','mobile_number',1,'2022-06-20 18:46:00',NULL,NULL,0,'2022-06-21 15:38:48',0),(7,'employees','email_hash','company_email_id',1,'2022-06-20 18:46:05',NULL,NULL,0,'2022-06-21 15:39:15',0),(8,'employees','profile_image','aadhar_image',1,'2022-06-21 12:16:19',1,'2022-06-29 16:35:05',NULL,NULL,1),(9,'employees','care_of','care_of',1,'2022-06-21 13:13:31',1,'2022-07-16 06:48:14',NULL,NULL,1),(10,'employees','house','house_no',1,'2022-06-21 13:13:40',1,'2022-07-16 06:49:03',NULL,NULL,1),(11,'employees','street','street',1,'2022-06-21 13:13:48',1,'2022-07-16 06:49:22',NULL,NULL,1),(12,'employees','landmark','landmark',1,'2022-06-21 13:14:08',1,'2022-07-16 06:49:35',NULL,NULL,1),(13,'employees','vtc','village_town',1,'2022-06-21 13:14:17',1,'2022-07-21 14:37:37',NULL,NULL,1),(14,'employees','po','post_office',1,'2022-06-21 13:14:29',1,'2022-07-16 06:50:04',NULL,NULL,1),(15,'employees','subdist','sub_district',1,'2022-06-21 15:30:13',1,'2022-07-16 06:50:23',NULL,NULL,1),(16,'employees','full_name','emp_name',1,'2022-06-21 15:30:46',NULL,NULL,0,'2022-06-21 15:39:19',0),(17,'employees','dist','district',1,'2022-06-29 16:35:41',1,'2022-07-16 06:50:38',NULL,NULL,1),(18,'employees','state','state',1,'2022-07-16 12:21:01',NULL,NULL,NULL,NULL,1),(19,'employees','country','country',1,'2022-07-16 12:21:25',NULL,NULL,NULL,NULL,1),(20,'employees','zip','pin_code',1,'2022-07-16 12:21:51',NULL,NULL,NULL,NULL,1),(21,'employees','gender','gender',1,'2022-07-16 12:22:09',NULL,NULL,NULL,NULL,1),(22,'employees','father_name','emp_father_name',1,'2022-07-20 11:46:08',1,'2022-07-21 14:39:07',NULL,NULL,1);
/*!40000 ALTER TABLE `cw_aadhar_mapping` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cw_active_mode`
--
DROP TABLE IF EXISTS `cw_active_mode`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cw_active_mode` (
`prime_active_mode_id` int NOT NULL AUTO_INCREMENT,
`active_mode_value` varchar(100) DEFAULT NULL,
`trans_status` int NOT NULL DEFAULT '1',
PRIMARY KEY (`prime_active_mode_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cw_active_mode`
--
LOCK TABLES `cw_active_mode` WRITE;
/*!40000 ALTER TABLE `cw_active_mode` DISABLE KEYS */;
INSERT INTO `cw_active_mode` (`prime_active_mode_id`, `active_mode_value`, `trans_status`) VALUES (1,'Active',1),(2,'In Active',1);
/*!40000 ALTER TABLE `cw_active_mode` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cw_active_status`
--
DROP TABLE IF EXISTS `cw_active_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cw_active_status` (
`prime_active_status_id` int NOT NULL AUTO_INCREMENT,
`active_status_value` varchar(100) DEFAULT NULL,
`trans_created_by` int DEFAULT NULL,
`trans_created_date` date DEFAULT NULL,
`trans_status` int NOT NULL DEFAULT '1',
PRIMARY KEY (`prime_active_status_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cw_active_status`
--
LOCK TABLES `cw_active_status` WRITE;
/*!40000 ALTER TABLE `cw_active_status` DISABLE KEYS */;
INSERT INTO `cw_active_status` (`prime_active_status_id`, `active_status_value`, `trans_created_by`, `trans_created_date`, `trans_status`) VALUES (0,'Active',NULL,NULL,1),(1,'In Active',NULL,NULL,1);
/*!40000 ALTER TABLE `cw_active_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cw_activity_remainder`
--
DROP TABLE IF EXISTS `cw_activity_remainder`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cw_activity_remainder` (
`prime_activity_remainder_id` int NOT NULL AUTO_INCREMENT,
`apply_month` varchar(100) DEFAULT '',
`employee_code` varchar(100) DEFAULT '0',
`entry_date` date DEFAULT NULL,
`remainder_details` varchar(100) DEFAULT '',
`remainder_status` varchar(100) DEFAULT '1',
`trans_created_by` int DEFAULT '0',
`trans_created_date` datetime DEFAULT NULL,
`trans_updated_by` int DEFAULT '0',
`trans_updated_date` datetime DEFAULT NULL,
`trans_deleted_by` int DEFAULT '0',
`trans_deleted_date` datetime DEFAULT NULL,
`trans_status` int DEFAULT '1',
PRIMARY KEY (`prime_activity_remainder_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cw_activity_remainder`
--
LOCK TABLES `cw_activity_remainder` WRITE;
/*!40000 ALTER TABLE `cw_activity_remainder` DISABLE KEYS */;
INSERT INTO `cw_activity_remainder` (`prime_activity_remainder_id`, `apply_month`, `employee_code`, `entry_date`, `remainder_details`, `remainder_status`, `trans_created_by`, `trans_created_date`, `trans_updated_by`, `trans_updated_date`, `trans_deleted_by`, `trans_deleted_date`, `trans_status`) VALUES (1,'08-2021','P1001','2020-08-20','Test','1',1,'2021-08-09 01:24:27',1,'2021-11-01 02:57:30',0,NULL,1);
/*!40000 ALTER TABLE `cw_activity_remainder` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cw_all_setting_queries`
--
DROP TABLE IF EXISTS `cw_all_setting_queries`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cw_all_setting_queries` (
`prime_all_setting_queries_id` int NOT NULL AUTO_INCREMENT,
`all_setting_query` blob,
`trans_created_by` int DEFAULT '0',
`trans_created_date` datetime DEFAULT NULL,
`trans_updated_by` int DEFAULT '0',
`trans_updated_date` datetime DEFAULT NULL,
`trans_deleted_by` int DEFAULT '0',
`trans_deleted_date` datetime DEFAULT NULL,
`trans_status` int DEFAULT '1',
PRIMARY KEY (`prime_all_setting_queries_id`)
) ENGINE=InnoDB AUTO_INCREMENT=26168 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cw_all_setting_queries`
--
LOCK TABLES `cw_all_setting_queries` WRITE;
/*!40000 ALTER TABLE `cw_all_setting_queries` DISABLE KEYS */;
INSERT INTO `cw_all_setting_queries` (`prime_all_setting_queries_id`, `all_setting_query`, `trans_created_by`, `trans_created_date`, `trans_updated_by`, `trans_updated_date`, `trans_deleted_by`, `trans_deleted_date`, `trans_status`) VALUES (1,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_name\',view_name = \'Employee Name\',short_name = \'Employee Name\',text_type = \'1\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4,5\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-16 16:46:07\' WHERE prime_form_id = \'3\'',1,'2022-05-16 16:46:07',0,NULL,0,NULL,1),(2,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_name\',view_name = \'Employee Name\',short_name = \'Employee Name\',text_type = \'1\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4,5\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-16 16:49:13\' WHERE prime_form_id = \'3\'',1,'2022-05-16 16:49:13',0,NULL,0,NULL,1),(3,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_name\',view_name = \'Employee Name\',short_name = \'Employee Name\',text_type = \'1\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4,5\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-16 16:50:49\' WHERE prime_form_id = \'3\'',1,'2022-05-16 16:50:49',0,NULL,0,NULL,1),(4,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'mobile_number\',view_name = \'Mobile Number\',short_name = \'Mobile Number\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4,5\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-16 16:51:19\' WHERE prime_form_id = \'95\'',1,'2022-05-16 16:51:19',0,NULL,0,NULL,1),(5,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'role\',view_name = \'Category\',short_name = \'\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1,2,3,4,5\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-17 16:23:32\' WHERE prime_form_id = \'1\'',1,'2022-05-17 16:23:32',0,NULL,0,NULL,1),(6,_binary 'UPDATE cw_form_view_setting SET prime_view_module_id = \'company_information\',form_view_type = \'2\',form_view_type_mode = \'null\',form_view_label_name = \'payroll_setting\',form_view_heading = \'payroll setting\',form_view_for = \'1,2,3,4,5\',form_view_show = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-17 16:24:09\' WHERE prime_form_view_id = \'227\'',1,'2022-05-17 16:24:09',0,NULL,0,NULL,1),(7,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\' WHERE input_for = \'227\'',1,'2022-05-17 16:24:09',0,NULL,0,NULL,1),(8,_binary 'UPDATE cw_form_setting SET input_view_type = \'3\',input_for = \'134\',prime_module_id = \'employees\' ,field_type = \'4\',label_name = \'resignation_log_date\',view_name = \'Resignation Date\',short_name = \'Resignation Date\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4,5\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-18 11:31:20\' WHERE prime_form_id = \'881\'',1,'2022-05-18 11:31:20',0,NULL,0,NULL,1),(9,_binary 'UPDATE cw_form_setting SET input_view_type = \'3\',input_for = \'134\',prime_module_id = \'employees\' ,field_type = \'8\',label_name = \'resignation_log_remarks\',view_name = \'Resignation Remarks\',short_name = \'Resignation Remarks\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4,5\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-18 11:32:44\' WHERE prime_form_id = \'882\'',1,'2022-05-18 11:32:44',0,NULL,0,NULL,1),(10,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_name\',view_name = \'Employee Name\',short_name = \'Employee Name\',text_type = \'1\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4,5\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-18 12:11:23\' WHERE prime_form_id = \'3\'',1,'2022-05-18 12:11:23',0,NULL,0,NULL,1),(11,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'34\',prime_module_id = \'employees\' ,field_type = \'2\',label_name = \'pt_projection\',view_name = \'PT Projection\',short_name = \'PT Projection\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'2\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'0\',field_for = \'1,2,3,4,5\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'2\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-18 12:11:31\' WHERE prime_form_id = \'381\'',1,'2022-05-18 12:11:31',0,NULL,0,NULL,1),(12,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'34\',prime_module_id = \'employees\' ,field_type = \'2\',label_name = \'differential_day\',view_name = \'Differential Day\',short_name = \'differential day\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'2\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'0\',field_for = \'1,2,3,4,5\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'2\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'1\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-18 12:27:07\' WHERE prime_form_id = \'1537\'',1,'2022-05-18 12:27:07',0,NULL,0,NULL,1),(13,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'34\',prime_module_id = \'employees\' ,field_type = \'2\',label_name = \'separation_day\',view_name = \'Separation Day\',short_name = \'separation day\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'2\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'0\',field_for = \'1,2,3,4,5\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'2\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'1\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-18 12:27:23\' WHERE prime_form_id = \'1538\'',1,'2022-05-18 12:27:23',0,NULL,0,NULL,1),(14,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'role\',view_name = \'Category\',short_name = \'category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:34:58\' WHERE prime_form_id = \'1\'',1,'2022-05-21 19:34:58',0,NULL,0,NULL,1),(15,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'employee_code\',view_name = \'Employee Code\',short_name = \'Code\',text_type = \'2\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'1\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'1\',picklist_data = \'0\',duplicate_data = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:35:42\' WHERE prime_form_id = \'2\'',1,'2022-05-21 19:35:42',0,NULL,0,NULL,1),(16,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'role\',view_name = \'Category\',short_name = \'category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:37:01\' WHERE prime_form_id = \'1\'',1,'2022-05-21 19:37:01',0,NULL,0,NULL,1),(17,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'employee_code\',view_name = \'Employee Code\',short_name = \'Code\',text_type = \'2\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'1\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'1\',picklist_data = \'0\',duplicate_data = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:37:28\' WHERE prime_form_id = \'2\'',1,'2022-05-21 19:37:28',0,NULL,0,NULL,1),(18,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_name\',view_name = \'Employee Name\',short_name = \'Employee Name\',text_type = \'1\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:38:08\' WHERE prime_form_id = \'3\'',1,'2022-05-21 19:38:08',0,NULL,0,NULL,1),(19,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'4\',label_name = \'date_of_joining\',view_name = \'Date Of Joining\',short_name = \'Date of Joining\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'2\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:38:22\' WHERE prime_form_id = \'75\'',1,'2022-05-21 19:38:22',0,NULL,0,NULL,1),(20,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'4\',label_name = \'date_of_birth\',view_name = \'Date Of Birth\',short_name = \'Date of Birth\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:38:34\' WHERE prime_form_id = \'74\'',1,'2022-05-21 19:38:34',0,NULL,0,NULL,1),(21,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'user_right\',view_name = \'User Right\',short_name = \'User Right\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_user_role_id,role_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_user_role\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'3\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'role_name\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:38:56\' WHERE prime_form_id = \'662\'',1,'2022-05-21 19:38:56',0,NULL,0,NULL,1),(22,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'employee_code\',view_name = \'Employee Code\',short_name = \'Code\',text_type = \'2\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'1\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'1\',picklist_data = \'0\',duplicate_data = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:39:40\' WHERE prime_form_id = \'2\'',1,'2022-05-21 19:39:40',0,NULL,0,NULL,1),(23,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'role\',view_name = \'Category\',short_name = \'category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:40:04\' WHERE prime_form_id = \'1\'',1,'2022-05-21 19:40:04',0,NULL,0,NULL,1),(24,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'role\',view_name = \'Category\',short_name = \'category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:40:15\' WHERE prime_form_id = \'1\'',1,'2022-05-21 19:40:15',0,NULL,0,NULL,1),(25,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'33\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'professional_tax_location\',view_name = \'Professional Tax Location\',short_name = \'Professional Tax Location\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_professional_tax_location_id,professional_tax_location\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_professional_tax_location\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'professional_tax_location\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:40:27\' WHERE prime_form_id = \'110\'',1,'2022-05-21 19:40:27',0,NULL,0,NULL,1),(26,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'33\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'metro\',view_name = \'Metro\',short_name = \'Metro\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_metro_id,metro\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_metro\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'metro\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'2\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-21 19:40:40\' WHERE prime_form_id = \'106\'',1,'2022-05-21 19:40:40',0,NULL,0,NULL,1),(27,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'role\',view_name = \'Category\',short_name = \'category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-23 15:34:04\' WHERE prime_form_id = \'1\'',1,'2022-05-23 15:34:04',0,NULL,0,NULL,1),(28,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'employee_code\',view_name = \'Employee Code\',short_name = \'Code\',text_type = \'2\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'1\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'1\',picklist_data = \'0\',duplicate_data = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-23 15:34:21\' WHERE prime_form_id = \'2\'',1,'2022-05-23 15:34:21',0,NULL,0,NULL,1),(29,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'33\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'payroll\',view_name = \'Payroll\',short_name = \'payroll\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_status_mode_id,status_mode_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_status_mode\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'status_mode_value\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-27 18:04:42\' WHERE prime_form_id = \'889\'',1,'2022-05-27 18:04:42',0,NULL,0,NULL,1),(30,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,auto_prime_id,auto_dispaly_value,field_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'100\',\'company_information\',\'3\',\'minimum_age\',\'Minimum Age\',\'minimum age\',\'0\',\'0\',\'10\',\'0\',\' \',\'1\',\'0\',\'1\',\'0\',\'1\',\'19\',\'0\',\'2\',\' \',\' \',\' \',\'1\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-05-30 11:32:31\')',1,'2022-05-30 11:32:31',0,NULL,0,NULL,1),(31,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,ADD minimum_age int(10) NULL DEFAULT \'0\' AFTER payroll_process_type, CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-05-30 11:32:31',0,NULL,0,NULL,1),(32,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-05-30 11:32:31',0,NULL,0,NULL,1),(33,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-05-30 11:32:31',0,NULL,0,NULL,1),(34,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-05-30 11:32:31',0,NULL,0,NULL,1),(35,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-05-30 11:32:31',0,NULL,0,NULL,1),(36,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-05-30 11:32:31',0,NULL,0,NULL,1),(37,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-05-30 11:32:31',0,NULL,0,NULL,1),(38,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-05-30 11:32:31',0,NULL,0,NULL,1),(39,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-05-30 11:32:31',0,NULL,0,NULL,1),(40,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-05-30 11:32:31',0,NULL,0,NULL,1),(41,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-05-30 11:32:31',0,NULL,0,NULL,1),(42,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,auto_prime_id,auto_dispaly_value,field_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'100\',\'company_information\',\'3\',\'maximum_age\',\'Maximum Age\',\'maximum age\',\'0\',\'0\',\'10\',\'0\',\' \',\'1\',\'0\',\'1\',\'0\',\'1\',\'20\',\'0\',\'2\',\' \',\' \',\' \',\'1\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-05-30 11:33:03\')',1,'2022-05-30 11:33:03',0,NULL,0,NULL,1),(43,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,ADD maximum_age int(10) NULL DEFAULT \'0\' AFTER minimum_age, CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'0\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-05-30 11:33:03',0,NULL,0,NULL,1),(44,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-05-30 11:33:03',0,NULL,0,NULL,1),(45,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-05-30 11:33:03',0,NULL,0,NULL,1),(46,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-05-30 11:33:03',0,NULL,0,NULL,1),(47,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-05-30 11:33:03',0,NULL,0,NULL,1),(48,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-05-30 11:33:03',0,NULL,0,NULL,1),(49,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-05-30 11:33:03',0,NULL,0,NULL,1),(50,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-05-30 11:33:03',0,NULL,0,NULL,1),(51,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-05-30 11:33:03',0,NULL,0,NULL,1),(52,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-05-30 11:33:03',0,NULL,0,NULL,1),(53,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-05-30 11:33:03',0,NULL,0,NULL,1),(54,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'100\',prime_module_id = \'company_information\' ,field_type = \'3\',label_name = \'minimum_age\',view_name = \'Minimum Age\',short_name = \'minimum age\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'18\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-30 11:33:20\' WHERE prime_form_id = \'1735\'',1,'2022-05-30 11:33:20',0,NULL,0,NULL,1),(55,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'0\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-05-30 11:33:20',0,NULL,0,NULL,1),(56,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-05-30 11:33:20',0,NULL,0,NULL,1),(57,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-05-30 11:33:20',0,NULL,0,NULL,1),(58,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-05-30 11:33:20',0,NULL,0,NULL,1),(59,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-05-30 11:33:20',0,NULL,0,NULL,1),(60,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-05-30 11:33:20',0,NULL,0,NULL,1),(61,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-05-30 11:33:20',0,NULL,0,NULL,1),(62,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-05-30 11:33:20',0,NULL,0,NULL,1),(63,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-05-30 11:33:20',0,NULL,0,NULL,1),(64,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-05-30 11:33:20',0,NULL,0,NULL,1),(65,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-05-30 11:33:20',0,NULL,0,NULL,1),(66,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'100\',prime_module_id = \'company_information\' ,field_type = \'3\',label_name = \'maximum_age\',view_name = \'Maximum Age\',short_name = \'maximum age\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'60\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-30 11:33:28\' WHERE prime_form_id = \'1736\'',1,'2022-05-30 11:33:28',0,NULL,0,NULL,1),(67,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-05-30 11:33:28',0,NULL,0,NULL,1),(68,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-05-30 11:33:28',0,NULL,0,NULL,1),(69,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-05-30 11:33:28',0,NULL,0,NULL,1),(70,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-05-30 11:33:28',0,NULL,0,NULL,1),(71,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-05-30 11:33:28',0,NULL,0,NULL,1),(72,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-05-30 11:33:28',0,NULL,0,NULL,1),(73,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-05-30 11:33:29',0,NULL,0,NULL,1),(74,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-05-30 11:33:29',0,NULL,0,NULL,1),(75,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-05-30 11:33:29',0,NULL,0,NULL,1),(76,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-05-30 11:33:29',0,NULL,0,NULL,1),(77,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-05-30 11:33:29',0,NULL,0,NULL,1),(78,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'33\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'pf_eligibility\',view_name = \'PF Eligibility\',short_name = \'PF Eligibility\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'Yes,No\',pick_list_type = \'2\',pick_list_import = \'2\',pick_table = \'cw_zct_10\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-31 12:45:07\' WHERE prime_form_id = \'375\'',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(79,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE id_proof id_proof TEXT NULL, CHANGE time_office_code time_office_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(80,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(81,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(82,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(83,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(84,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(85,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(86,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(87,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(88,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(89,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(90,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(91,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(92,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(93,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(94,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(95,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(96,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(97,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(98,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(99,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(100,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(101,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-05-31 12:45:07',0,NULL,0,NULL,1),(102,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(103,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(104,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(105,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(106,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(107,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(108,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(109,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(110,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(111,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(112,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(113,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(114,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(115,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(116,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(117,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(118,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(119,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(120,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(121,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(122,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(123,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(124,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(125,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(126,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(127,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE time_office_code time_office_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\'',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(128,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE time_office_code time_office_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\'',1,'2022-05-31 12:45:08',0,NULL,0,NULL,1),(129,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'33\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'esi_eligibility\',view_name = \'ESI Eligibility\',short_name = \'ESI Eligibility\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'Yes,No\',pick_list_type = \'2\',pick_list_import = \'2\',pick_table = \'cw_zct_10\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-05-31 12:45:52\' WHERE prime_form_id = \'373\'',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(130,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE id_proof id_proof TEXT NULL, CHANGE time_office_code time_office_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(131,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(132,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(133,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(134,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(135,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(136,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(137,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(138,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(139,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(140,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(141,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(142,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(143,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(144,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(145,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(146,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(147,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(148,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(149,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(150,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(151,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(152,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-05-31 12:45:52',0,NULL,0,NULL,1),(153,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(154,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(155,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(156,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(157,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(158,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(159,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(160,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(161,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(162,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(163,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(164,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(165,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(166,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(167,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(168,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(169,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(170,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(171,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(172,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(173,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(174,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(175,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(176,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(177,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(178,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE time_office_code time_office_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\'',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(179,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE time_office_code time_office_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\'',1,'2022-05-31 12:45:53',0,NULL,0,NULL,1),(180,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,auto_prime_id,auto_dispaly_value,field_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'34\',\'employees\',\'2\',\'ptgross\',\'Ptgross\',\'ptgross\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'0\',\'0\',\'1\',\'8\',\'0\',\'2\',\' \',\' \',\' \',\'1\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'2\',\'0\',\'0\',\'0\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-06-04 14:39:52\')',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(181,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', ADD ptgross decimal(15,2) NULL DEFAULT \'0\' AFTER differential_deduction, CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE id_proof id_proof TEXT NULL, CHANGE time_office_code time_office_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(182,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(183,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(184,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(185,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(186,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(187,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(188,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(189,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(190,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(191,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(192,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(193,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(194,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(195,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(196,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(197,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(198,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(199,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(200,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(201,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(202,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(203,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(204,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(205,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(206,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(207,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(208,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(209,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(210,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(211,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(212,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(213,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(214,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(215,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(216,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(217,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(218,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(219,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(220,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(221,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(222,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(223,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(224,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(225,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(226,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', ADD ptgross decimal(15,2) NULL DEFAULT \'0\' AFTER notice_period, CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(227,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', ADD ptgross decimal(15,2) NULL DEFAULT \'0\' AFTER notice_period, CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(228,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(229,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE time_office_code time_office_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',ADD ptgross decimal(15,2) NULL DEFAULT \'0\' AFTER differential_deduction',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(230,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE time_office_code time_office_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',ADD ptgross decimal(15,2) NULL DEFAULT \'0\' AFTER differential_deduction',1,'2022-06-04 14:39:52',0,NULL,0,NULL,1),(231,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,auto_prime_id,auto_dispaly_value,field_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'49\',\'employees\',\'2\',\'ptax\',\'Ptax\',\'ptax\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'0\',\'0\',\'1\',\'3\',\'0\',\'2\',\' \',\' \',\' \',\'1\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'3\',\'0\',\'0\',\'0\',\'0\',\'1\',\'0\',\'0\',\'0\',\'0\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-06-04 14:41:34\')',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(232,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ptgross ptgross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, ADD ptax decimal(15,2) NULL DEFAULT \'0\' AFTER ptgross, CHANGE id_proof id_proof TEXT NULL, CHANGE time_office_code time_office_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(233,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(234,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(235,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(236,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(237,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(238,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(239,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(240,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(241,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(242,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(243,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(244,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(245,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(246,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(247,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(248,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(249,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(250,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(251,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(252,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(253,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(254,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(255,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(256,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(257,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(258,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(259,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(260,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(261,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(262,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(263,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(264,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(265,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(266,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(267,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(268,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(269,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(270,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(271,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(272,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(273,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(274,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(275,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(276,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(277,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE ptgross ptgross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', ADD ptax decimal(15,2) NULL DEFAULT \'0\' AFTER ptgross, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(278,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE ptgross ptgross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', ADD ptax decimal(15,2) NULL DEFAULT \'0\' AFTER ptgross, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(279,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(280,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE time_office_code time_office_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ptgross ptgross decimal(15,2) NULL DEFAULT \'0\',ADD ptax decimal(15,2) NULL DEFAULT \'0\' AFTER ptgross',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(281,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE pt_projection pt_projection decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE time_office_code time_office_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ptgross ptgross decimal(15,2) NULL DEFAULT \'0\',ADD ptax decimal(15,2) NULL DEFAULT \'0\' AFTER ptgross',1,'2022-06-04 14:41:34',0,NULL,0,NULL,1),(282,_binary 'INSERT INTO cw_payroll_function (statutory_name, map_column, input_column, function_name, trans_created_by, trans_created_date) VALUES (\"3\",\"ptax\",\"employee_code,professional_tax_location,pt_projection,ptgross,transactions_month\",\"3\",\"1\",\"2022-06-04 14:42:07\")',1,'2022-06-04 14:42:07',0,NULL,0,NULL,1),(283,_binary 'INSERT INTO cw_payroll_function_map (map_statutory_name, loc_name, db_column,trans_created_by, trans_created_date) VALUES (\"3\",\"professional_tax\",\"ptax\",\"1\",\"2022-06-04 14:43:47\")',1,'2022-06-04 14:43:47',0,NULL,0,NULL,1),(284,_binary 'UPDATE cw_payroll_function SET statutory_name = \"3\",map_column = \"ptax\",input_column = \"employee_code,professional_tax_location,fpt_gross,ept_gross,transactions_month\",function_name = \"3\",trans_updated_by = \"1\",trans_updated_date = \"2022-06-10 12:44:20\" where prime_payroll_function_id = \"1\"',1,'2022-06-10 12:44:20',0,NULL,0,NULL,1),(285,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,auto_prime_id,auto_dispaly_value,field_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'34\',\'employees\',\'2\',\'md\',\'Month Days\',\'Month Days\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'0\',\'0\',\'1\',\'9\',\'0\',\'2\',\' \',\' \',\' \',\'1\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'2\',\'0\',\'0\',\'0\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-06-10 13:08:47\')',1,'2022-06-10 13:08:47',0,NULL,0,NULL,1),(286,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', ADD md decimal(15,2) NULL DEFAULT \'0\' AFTER ptax, CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 13:08:47',0,NULL,0,NULL,1),(287,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 13:08:47',0,NULL,0,NULL,1),(288,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 13:08:47',0,NULL,0,NULL,1),(289,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(290,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(291,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(292,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(293,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(294,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(295,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(296,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(297,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(298,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(299,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(300,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(301,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(302,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(303,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(304,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(305,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(306,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(307,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(308,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(309,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(310,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(311,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(312,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(313,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(314,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(315,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(316,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(317,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(318,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(319,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(320,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(321,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(322,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(323,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(324,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(325,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(326,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(327,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(328,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(329,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(330,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(331,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', ADD md decimal(15,2) NULL DEFAULT \'0\' AFTER ptax, CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(332,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', ADD md decimal(15,2) NULL DEFAULT \'0\' AFTER ptax, CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(333,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(334,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',ADD md decimal(15,2) NULL DEFAULT \'0\' AFTER ptax',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(335,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',ADD md decimal(15,2) NULL DEFAULT \'0\' AFTER ptax',1,'2022-06-10 13:08:48',0,NULL,0,NULL,1),(336,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,auto_prime_id,auto_dispaly_value,field_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'34\',\'employees\',\'2\',\'pd\',\'Paid Days\',\'Paid Days\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'0\',\'0\',\'1\',\'10\',\'0\',\'2\',\' \',\' \',\' \',\'1\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'2\',\'0\',\'0\',\'0\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-06-10 13:10:46\')',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(337,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', ADD pd decimal(15,2) NULL DEFAULT \'0\' AFTER md, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(338,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(339,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(340,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(341,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(342,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(343,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(344,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(345,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(346,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(347,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(348,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(349,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-06-10 13:10:46',0,NULL,0,NULL,1),(350,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(351,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(352,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(353,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(354,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(355,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(356,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(357,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(358,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(359,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(360,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(361,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(362,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(363,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(364,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(365,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(366,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(367,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(368,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(369,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(370,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(371,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(372,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(373,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(374,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(375,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(376,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(377,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(378,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(379,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(380,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(381,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(382,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', ADD pd decimal(15,2) NULL DEFAULT \'0\' AFTER md, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(383,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', ADD pd decimal(15,2) NULL DEFAULT \'0\' AFTER md, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(384,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(385,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',ADD pd decimal(15,2) NULL DEFAULT \'0\' AFTER md',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(386,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',ADD pd decimal(15,2) NULL DEFAULT \'0\' AFTER md',1,'2022-06-10 13:10:47',0,NULL,0,NULL,1),(387,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,auto_prime_id,auto_dispaly_value,field_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'49\',\'employees\',\'2\',\'ld\',\'Lop Days\',\'Lop Days\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'0\',\'0\',\'1\',\'4\',\'0\',\'2\',\' \',\' \',\' \',\'1\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'3\',\'0\',\'0\',\'0\',\'0\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-06-10 13:34:36\')',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(388,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', ADD ld decimal(15,2) NULL DEFAULT \'0\' AFTER pd, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(389,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(390,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(391,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(392,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(393,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(394,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(395,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(396,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(397,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(398,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(399,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(400,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(401,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(402,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(403,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(404,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(405,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(406,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(407,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(408,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(409,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(410,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(411,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(412,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(413,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(414,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(415,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(416,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(417,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(418,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(419,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(420,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(421,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(422,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(423,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(424,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(425,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(426,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(427,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(428,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(429,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(430,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(431,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(432,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(433,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', ADD ld decimal(15,2) NULL DEFAULT \'0\' AFTER pd, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(434,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', ADD ld decimal(15,2) NULL DEFAULT \'0\' AFTER pd, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(435,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, ADD ld decimal(15,2) NULL DEFAULT \'0\' AFTER notice_period, CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(436,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',ADD ld decimal(15,2) NULL DEFAULT \'0\' AFTER pd',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(437,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',ADD ld decimal(15,2) NULL DEFAULT \'0\' AFTER pd',1,'2022-06-10 13:34:36',0,NULL,0,NULL,1),(438,_binary 'INSERT INTO cw_payroll_function (statutory_name, map_column, input_column, function_name, trans_created_by, trans_created_date) VALUES (\"8\",\"md\",\"role,transactions_month\",\"5\",\"1\",\"2022-06-10 13:35:45\")',1,'2022-06-10 13:35:45',0,NULL,0,NULL,1),(439,_binary 'INSERT INTO cw_payroll_function (statutory_name, map_column, input_column, function_name, trans_created_by, trans_created_date) VALUES (\"9\",\"differential_day\",\"employee_code,role,transactions_month\",\"8\",\"1\",\"2022-06-10 13:37:07\")',1,'2022-06-10 13:37:07',0,NULL,0,NULL,1),(440,_binary 'INSERT INTO cw_payroll_function (statutory_name, map_column, input_column, function_name, trans_created_by, trans_created_date) VALUES (\"10\",\"separation_day\",\"employee_code,role,transactions_month\",\"9\",\"1\",\"2022-06-10 13:37:17\")',1,'2022-06-10 13:37:17',0,NULL,0,NULL,1),(441,_binary 'INSERT INTO cw_payroll_function_map (map_statutory_name, loc_name, db_column,trans_created_by, trans_created_date) VALUES (\"12\",\"paid_days\",\"pd\",\"1\",\"2022-06-10 13:38:36\")',1,'2022-06-10 13:38:36',0,NULL,0,NULL,1),(442,_binary 'INSERT INTO cw_payroll_function_map (map_statutory_name, loc_name, db_column,trans_created_by, trans_created_date) VALUES (\"12\",\"month_days\",\"md\",\"1\",\"2022-06-10 13:38:50\")',1,'2022-06-10 13:38:50',0,NULL,0,NULL,1),(443,_binary 'INSERT INTO cw_payroll_function_map (map_statutory_name, loc_name, db_column,trans_created_by, trans_created_date) VALUES (\"12\",\"lop_days\",\"ld\",\"1\",\"2022-06-10 14:35:45\")',1,'2022-06-10 14:35:45',0,NULL,0,NULL,1),(444,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,auto_prime_id,auto_dispaly_value,field_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'34\',\'employees\',\'2\',\'s_pd\',\'S Pd\',\'s pd\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'0\',\'0\',\'0\',\'11\',\'0\',\'2\',\' \',\' \',\' \',\'1\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'2\',\'0\',\'0\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-06-10 16:13:24\')',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(445,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', ADD s_pd decimal(15,2) NULL DEFAULT \'0\' AFTER ld, CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(446,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(447,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(448,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(449,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(450,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(451,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(452,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(453,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(454,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(455,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(456,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(457,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(458,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(459,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(460,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(461,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(462,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(463,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(464,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(465,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(466,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(467,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(468,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(469,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(470,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(471,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(472,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(473,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(474,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(475,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(476,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(477,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(478,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(479,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(480,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(481,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(482,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(483,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(484,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(485,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(486,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(487,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(488,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(489,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(490,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', ADD s_pd decimal(15,2) NULL DEFAULT \'0\' AFTER ld, CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(491,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', ADD s_pd decimal(15,2) NULL DEFAULT \'0\' AFTER ld, CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(492,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', ADD s_pd decimal(15,2) NULL DEFAULT \'0\' AFTER ld, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(493,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',ADD s_pd decimal(15,2) NULL DEFAULT \'0\' AFTER ld',1,'2022-06-10 16:13:24',0,NULL,0,NULL,1),(494,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',ADD s_pd decimal(15,2) NULL DEFAULT \'0\' AFTER ld',1,'2022-06-10 16:13:25',0,NULL,0,NULL,1),(495,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,auto_prime_id,auto_dispaly_value,field_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'34\',\'employees\',\'2\',\'s_md\',\'S Md\',\'s md\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'0\',\'0\',\'0\',\'12\',\'0\',\'2\',\' \',\' \',\' \',\'1\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'2\',\'0\',\'0\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-06-10 16:13:47\')',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(496,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', ADD s_md decimal(15,2) NULL DEFAULT \'0\' AFTER s_pd, CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(497,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(498,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(499,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(500,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(501,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(502,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(503,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(504,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(505,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(506,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(507,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(508,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(509,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(510,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(511,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(512,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(513,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(514,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(515,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(516,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(517,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(518,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(519,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(520,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(521,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(522,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(523,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(524,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(525,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(526,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(527,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(528,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(529,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(530,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(531,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(532,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(533,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(534,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(535,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(536,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(537,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(538,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-06-10 16:13:47',0,NULL,0,NULL,1),(539,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 16:13:48',0,NULL,0,NULL,1),(540,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 16:13:48',0,NULL,0,NULL,1),(541,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', ADD s_md decimal(15,2) NULL DEFAULT \'0\' AFTER s_pd, CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 16:13:48',0,NULL,0,NULL,1),(542,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', ADD s_md decimal(15,2) NULL DEFAULT \'0\' AFTER s_pd, CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 16:13:48',0,NULL,0,NULL,1),(543,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', ADD s_md decimal(15,2) NULL DEFAULT \'0\' AFTER s_pd, CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-06-10 16:13:48',0,NULL,0,NULL,1),(544,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',ADD s_md decimal(15,2) NULL DEFAULT \'0\' AFTER s_pd',1,'2022-06-10 16:13:48',0,NULL,0,NULL,1),(545,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',ADD s_md decimal(15,2) NULL DEFAULT \'0\' AFTER s_pd',1,'2022-06-10 16:13:48',0,NULL,0,NULL,1),(546,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'34\',prime_module_id = \'employees\' ,field_type = \'2\',label_name = \'s_pd\',view_name = \'SUPPLEMENTRY Paid Day\',short_name = \'SUPPLEMENTRY Paid Day\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'2\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'0\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'2\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-06-10 16:14:41\' WHERE prime_form_id = \'1742\'',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(547,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(548,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(549,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(550,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(551,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(552,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(553,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(554,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(555,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(556,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(557,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(558,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(559,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(560,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(561,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(562,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(563,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(564,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(565,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(566,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(567,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(568,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(569,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(570,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(571,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(572,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(573,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(574,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(575,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(576,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(577,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(578,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(579,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(580,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(581,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(582,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(583,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(584,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(585,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(586,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(587,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(588,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(589,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(590,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(591,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(592,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(593,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(594,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(595,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\'',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(596,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\'',1,'2022-06-10 16:14:41',0,NULL,0,NULL,1),(597,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'34\',prime_module_id = \'employees\' ,field_type = \'2\',label_name = \'s_pd\',view_name = \'Supplementry Paid Day\',short_name = \'Supplementry Paid Day\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'2\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'0\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'2\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-06-10 16:15:05\' WHERE prime_form_id = \'1742\'',1,'2022-06-10 16:15:05',0,NULL,0,NULL,1),(598,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(599,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(600,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(601,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(602,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(603,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(604,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(605,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(606,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(607,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(608,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(609,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(610,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(611,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(612,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(613,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(614,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(615,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(616,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(617,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(618,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(619,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(620,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(621,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(622,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(623,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(624,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(625,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(626,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(627,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(628,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(629,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(630,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(631,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(632,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(633,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(634,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(635,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(636,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(637,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(638,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(639,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(640,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(641,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(642,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(643,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(644,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(645,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(646,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\'',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(647,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\'',1,'2022-06-10 16:15:06',0,NULL,0,NULL,1),(648,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'34\',prime_module_id = \'employees\' ,field_type = \'2\',label_name = \'s_md\',view_name = \'Supplementry Month Day\',short_name = \'supplementry Month day\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'2\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'0\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'2\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-06-10 16:15:26\' WHERE prime_form_id = \'1743\'',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(649,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(650,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(651,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(652,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(653,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(654,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(655,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(656,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(657,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(658,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(659,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(660,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(661,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(662,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(663,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(664,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(665,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(666,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(667,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(668,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(669,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(670,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(671,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(672,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(673,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(674,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(675,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(676,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(677,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(678,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(679,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(680,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:26',0,NULL,0,NULL,1),(681,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(682,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(683,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(684,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(685,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(686,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(687,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(688,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(689,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(690,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(691,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(692,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(693,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(694,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(695,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(696,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(697,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\'',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(698,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\'',1,'2022-06-10 16:15:27',0,NULL,0,NULL,1),(699,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'227\',prime_module_id = \'company_information\' ,field_type = \'5\',label_name = \'mi_process_type\',view_name = \'\',short_name = \'mi process type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'label_name,view_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_form_setting\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'role\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'view_name\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-06-10 19:29:24\' WHERE prime_form_id = \'1733\'',1,'2022-06-10 19:29:24',0,NULL,0,NULL,1),(700,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 19:29:24',0,NULL,0,NULL,1),(701,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-06-10 19:29:24',0,NULL,0,NULL,1),(702,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-06-10 19:29:24',0,NULL,0,NULL,1),(703,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-06-10 19:29:24',0,NULL,0,NULL,1),(704,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-06-10 19:29:24',0,NULL,0,NULL,1),(705,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-06-10 19:29:24',0,NULL,0,NULL,1),(706,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-10 19:29:24',0,NULL,0,NULL,1),(707,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-10 19:29:24',0,NULL,0,NULL,1),(708,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-06-10 19:29:24',0,NULL,0,NULL,1),(709,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-10 19:29:24',0,NULL,0,NULL,1),(710,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-10 19:29:24',0,NULL,0,NULL,1),(711,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'227\',prime_module_id = \'company_information\' ,field_type = \'5\',label_name = \'mi_process_type\',view_name = \'\',short_name = \'mi process type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'label_name,view_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_form_setting\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'role\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'view_name\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-06-10 19:29:34\' WHERE prime_form_id = \'1733\'',1,'2022-06-10 19:29:34',0,NULL,0,NULL,1),(712,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 19:29:34',0,NULL,0,NULL,1),(713,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-06-10 19:29:34',0,NULL,0,NULL,1),(714,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-06-10 19:29:34',0,NULL,0,NULL,1),(715,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-06-10 19:29:34',0,NULL,0,NULL,1),(716,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-06-10 19:29:34',0,NULL,0,NULL,1),(717,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-06-10 19:29:34',0,NULL,0,NULL,1),(718,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-10 19:29:34',0,NULL,0,NULL,1),(719,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-10 19:29:34',0,NULL,0,NULL,1),(720,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-06-10 19:29:34',0,NULL,0,NULL,1),(721,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-10 19:29:34',0,NULL,0,NULL,1),(722,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-10 19:29:34',0,NULL,0,NULL,1),(723,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'227\',prime_module_id = \'company_information\' ,field_type = \'5\',label_name = \'mi_process_type\',view_name = \'Mi Process Type\',short_name = \'mi process type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'label_name,view_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_form_setting\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'role\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'view_name\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-06-10 19:33:10\' WHERE prime_form_id = \'1733\'',1,'2022-06-10 19:33:10',0,NULL,0,NULL,1),(724,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 19:33:10',0,NULL,0,NULL,1),(725,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-06-10 19:33:10',0,NULL,0,NULL,1),(726,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-06-10 19:33:10',0,NULL,0,NULL,1),(727,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-06-10 19:33:10',0,NULL,0,NULL,1),(728,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-06-10 19:33:10',0,NULL,0,NULL,1),(729,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-06-10 19:33:10',0,NULL,0,NULL,1),(730,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-10 19:33:10',0,NULL,0,NULL,1),(731,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-10 19:33:10',0,NULL,0,NULL,1),(732,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-06-10 19:33:10',0,NULL,0,NULL,1),(733,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-10 19:33:10',0,NULL,0,NULL,1),(734,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-10 19:33:10',0,NULL,0,NULL,1),(735,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'227\',prime_module_id = \'company_information\' ,field_type = \'5\',label_name = \'mi_process_type\',view_name = \'Mi Process Type\',short_name = \'mi process type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'label_name,view_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_form_setting\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'role\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'view_name\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-06-10 19:33:16\' WHERE prime_form_id = \'1733\'',1,'2022-06-10 19:33:16',0,NULL,0,NULL,1),(736,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 19:33:16',0,NULL,0,NULL,1),(737,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-06-10 19:33:16',0,NULL,0,NULL,1),(738,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-06-10 19:33:16',0,NULL,0,NULL,1),(739,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-06-10 19:33:16',0,NULL,0,NULL,1),(740,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-06-10 19:33:16',0,NULL,0,NULL,1),(741,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-06-10 19:33:16',0,NULL,0,NULL,1),(742,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-10 19:33:16',0,NULL,0,NULL,1),(743,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-10 19:33:16',0,NULL,0,NULL,1),(744,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-06-10 19:33:16',0,NULL,0,NULL,1),(745,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-10 19:33:16',0,NULL,0,NULL,1),(746,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-10 19:33:16',0,NULL,0,NULL,1),(747,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'227\',prime_module_id = \'company_information\' ,field_type = \'5\',label_name = \'payroll_process_type\',view_name = \'Payroll Process Type\',short_name = \'payroll process type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'label_name,view_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_form_setting\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'role\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'view_name\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-06-10 19:33:21\' WHERE prime_form_id = \'1734\'',1,'2022-06-10 19:33:21',0,NULL,0,NULL,1),(748,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 19:33:21',0,NULL,0,NULL,1),(749,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-06-10 19:33:21',0,NULL,0,NULL,1),(750,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-06-10 19:33:21',0,NULL,0,NULL,1),(751,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-06-10 19:33:21',0,NULL,0,NULL,1),(752,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-06-10 19:33:21',0,NULL,0,NULL,1),(753,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-06-10 19:33:21',0,NULL,0,NULL,1),(754,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-10 19:33:21',0,NULL,0,NULL,1),(755,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-10 19:33:21',0,NULL,0,NULL,1),(756,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-06-10 19:33:21',0,NULL,0,NULL,1),(757,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-10 19:33:21',0,NULL,0,NULL,1),(758,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-10 19:33:21',0,NULL,0,NULL,1),(759,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'100\',prime_module_id = \'company_information\' ,field_type = \'1\',label_name = \'company_name\',view_name = \'Company Name\',short_name = \'Company Name\',text_type = \'1\',date_type = \'0\',field_length = \'255\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-06-10 19:33:31\' WHERE prime_form_id = \'637\'',1,'2022-06-10 19:33:31',0,NULL,0,NULL,1),(760,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-06-10 19:33:31',0,NULL,0,NULL,1),(761,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-06-10 19:33:31',0,NULL,0,NULL,1),(762,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-06-10 19:33:31',0,NULL,0,NULL,1),(763,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-06-10 19:33:31',0,NULL,0,NULL,1),(764,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-06-10 19:33:31',0,NULL,0,NULL,1),(765,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-06-10 19:33:31',0,NULL,0,NULL,1),(766,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-10 19:33:31',0,NULL,0,NULL,1),(767,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-10 19:33:31',0,NULL,0,NULL,1),(768,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-06-10 19:33:31',0,NULL,0,NULL,1),(769,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-10 19:33:31',0,NULL,0,NULL,1),(770,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-10 19:33:31',0,NULL,0,NULL,1),(771,_binary 'INSERT INTO cw_payroll_function_map ( loc_name, db_column,trans_created_by, trans_created_date) VALUES (\"supp_paid_days\",\"s_pd\",\"1\",\"2022-06-11 12:29:27\")',1,'2022-06-11 12:29:27',0,NULL,0,NULL,1),(772,_binary 'UPDATE cw_payroll_function_map SET loc_name = \"lop_days\",db_column = \"ld\",trans_updated_by = \"1\",trans_updated_date = \"2022-06-11 12:30:32\" where payroll_column_map_id = \"4\"',1,'2022-06-11 12:30:32',0,NULL,0,NULL,1),(773,_binary 'UPDATE cw_payroll_function_map SET loc_name = \"lop_days\",db_column = \"ld\",trans_updated_by = \"1\",trans_updated_date = \"2022-06-11 12:31:50\" where payroll_column_map_id = \"4\"',1,'2022-06-11 12:31:50',0,NULL,0,NULL,1),(774,_binary 'INSERT INTO cw_payroll_function_map ( loc_name, db_column,trans_created_by, trans_created_date) VALUES (\"supp_month_days\",\"s_md\",\"1\",\"2022-06-11 12:32:34\")',1,'2022-06-11 12:32:34',0,NULL,0,NULL,1),(775,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'116\',prime_module_id = \'offer_letter\' ,field_type = \'5\',label_name = \'template\',view_name = \'Email Template\',short_name = \'Email Template\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_print_info_id,print_info_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_print_info\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'print_info_name\',field_show = \'1\',field_for = \'1\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-06-11 17:08:00\' WHERE prime_form_id = \'1716\'',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(776,_binary 'ALTER TABLE cw_offer_letter CHANGE prime_offer_letter_id prime_offer_letter_id int(11) NOT NULL AUTO_INCREMENT,CHANGE hr_remarks hr_remarks TEXT NULL, CHANGE actual_joining_date actual_joining_date date NULL DEFAULT NULL, CHANGE joining_date joining_date date NULL DEFAULT NULL, CHANGE rms_code rms_code varchar(50) NULL DEFAULT \'\', CHANGE template template varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE emp_code emp_code varchar(50) NULL DEFAULT \'\', CHANGE enroll_reason enroll_reason varchar(100) NULL DEFAULT \'0\', CHANGE enroll_status enroll_status varchar(100) NULL DEFAULT \'0\', CHANGE count_of_candidates count_of_candidates varchar(100) NULL DEFAULT \'0\', CHANGE offer_issued_date offer_issued_date date NULL DEFAULT NULL, CHANGE reporting_person reporting_person varchar(50) NULL DEFAULT \'\', CHANGE education_proof education_proof TEXT NULL, CHANGE current_addrerss_proof current_addrerss_proof TEXT NULL, CHANGE permanent_address_proof permanent_address_proof TEXT NULL, CHANGE id_proof id_proof TEXT NULL, CHANGE photo photo TEXT NULL, CHANGE resume_2 resume_2 TEXT NULL, CHANGE upload_document upload_document TEXT NULL, CHANGE employee_document employee_document TEXT NULL, CHANGE salary salary int(10) NULL DEFAULT \'0\', CHANGE team_leader_name team_leader_name varchar(100) NULL DEFAULT \'0\', CHANGE reporting reporting varchar(100) NULL DEFAULT \'0\', CHANGE rep_prefix rep_prefix varchar(100) NULL DEFAULT \'0\', CHANGE employee_current_address employee_current_address varchar(200) NULL DEFAULT \'\', CHANGE employee_address employee_address TEXT NULL, CHANGE employee_designation employee_designation varchar(100) NULL DEFAULT \'0\', CHANGE emp_dept emp_dept varchar(100) NULL DEFAULT \'0\', CHANGE employee_email_id employee_email_id varchar(50) NULL DEFAULT NULL, CHANGE employee_mobile_number employee_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE employee_name employee_name varchar(50) NULL DEFAULT \'\', CHANGE emp_prefix emp_prefix varchar(100) NULL DEFAULT \'0\', CHANGE training_date training_date date NULL DEFAULT NULL, CHANGE count_of_forms count_of_forms int(10) NULL DEFAULT \'0\', CHANGE induction_time induction_time varchar(100) NULL DEFAULT \'1\', CHANGE induction_day induction_day varchar(100) NULL DEFAULT \'0\', CHANGE offer_location offer_location varchar(100) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE date_of_offer date_of_offer date NULL DEFAULT NULL, CHANGE offer_reference_number offer_reference_number varchar(50) NULL DEFAULT \'\'',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(777,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"0\"',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(778,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(779,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(780,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(781,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(782,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(783,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(784,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(785,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(786,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(787,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(788,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(789,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(790,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(791,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(792,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(793,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(794,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(795,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(796,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(797,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(798,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(799,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(800,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(801,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(802,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(803,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(804,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(805,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(806,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(807,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(808,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(809,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(810,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(811,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(812,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(813,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(814,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(815,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(816,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(817,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(818,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(819,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(820,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(821,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(822,_binary 'UPDATE cw_zct_43 SET cw_zct_43_status = \"1\" WHERE FIND_IN_SET(cw_zct_43_value,\"1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(823,_binary 'UPDATE cw_zct_44 SET cw_zct_44_status = \"0\"',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(824,_binary 'UPDATE cw_zct_44 SET cw_zct_44_status = \"1\" WHERE FIND_IN_SET(cw_zct_44_value,\"Photo,ID Proof,Permenant Address Proof,Current Address Proof,Highest Education Proof,Aadhar Card\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(825,_binary 'UPDATE cw_zct_44 SET cw_zct_44_status = \"1\" WHERE FIND_IN_SET(cw_zct_44_value,\"Photo,ID Proof,Permenant Address Proof,Current Address Proof,Highest Education Proof,Aadhar Card\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(826,_binary 'UPDATE cw_zct_44 SET cw_zct_44_status = \"1\" WHERE FIND_IN_SET(cw_zct_44_value,\"Photo,ID Proof,Permenant Address Proof,Current Address Proof,Highest Education Proof,Aadhar Card\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(827,_binary 'UPDATE cw_zct_44 SET cw_zct_44_status = \"1\" WHERE FIND_IN_SET(cw_zct_44_value,\"Photo,ID Proof,Permenant Address Proof,Current Address Proof,Highest Education Proof,Aadhar Card\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(828,_binary 'UPDATE cw_zct_44 SET cw_zct_44_status = \"1\" WHERE FIND_IN_SET(cw_zct_44_value,\"Photo,ID Proof,Permenant Address Proof,Current Address Proof,Highest Education Proof,Aadhar Card\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(829,_binary 'UPDATE cw_zct_44 SET cw_zct_44_status = \"1\" WHERE FIND_IN_SET(cw_zct_44_value,\"Photo,ID Proof,Permenant Address Proof,Current Address Proof,Highest Education Proof,Aadhar Card\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(830,_binary 'UPDATE cw_zct_45 SET cw_zct_45_status = \"0\"',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(831,_binary 'UPDATE cw_zct_45 SET cw_zct_45_status = \"1\" WHERE FIND_IN_SET(cw_zct_45_value,\"9.30 AM,3.30 PM\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(832,_binary 'UPDATE cw_zct_45 SET cw_zct_45_status = \"1\" WHERE FIND_IN_SET(cw_zct_45_value,\"9.30 AM,3.30 PM\")',1,'2022-06-11 17:08:00',0,NULL,0,NULL,1),(833,_binary 'UPDATE cw_pick_base_search SET pick_module_id = \"offer_letter\",pick_query_for = \"1\",query_list_id = \"815\",pick_where_condition = \"and user_right in(^1^)\",trans_updated_by = \"1\",trans_updated_date = \"2022-06-21 04:25:19\" where prime_pick_base_search_id = \"2\"',1,'2022-06-21 16:25:19',0,NULL,0,NULL,1),(834,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,auto_prime_id,auto_dispaly_value,field_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'100\',\'company_information\',\'3\',\'max_effective_months\',\'Max Effective Months\',\'max effective months\',\'0\',\'0\',\'10\',\'0\',\' \',\'1\',\'0\',\'1\',\'0\',\'1\',\'21\',\'0\',\'2\',\' \',\' \',\' \',\'1,2\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-06-28 15:49:51\')',1,'2022-06-28 15:49:51',0,NULL,0,NULL,1),(835,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,ADD max_effective_months int(10) NULL DEFAULT \'0\' AFTER maximum_age, CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-06-28 15:49:51',0,NULL,0,NULL,1),(836,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-06-28 15:49:51',0,NULL,0,NULL,1),(837,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-06-28 15:49:51',0,NULL,0,NULL,1),(838,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-06-28 15:49:51',0,NULL,0,NULL,1),(839,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-06-28 15:49:51',0,NULL,0,NULL,1),(840,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-06-28 15:49:51',0,NULL,0,NULL,1),(841,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-28 15:49:51',0,NULL,0,NULL,1),(842,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-06-28 15:49:51',0,NULL,0,NULL,1),(843,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-06-28 15:49:51',0,NULL,0,NULL,1),(844,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-28 15:49:51',0,NULL,0,NULL,1),(845,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-06-28 15:49:51',0,NULL,0,NULL,1),(846,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'69\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'termination_status\',view_name = \'Employee Status\',short_name = \'Employee Status\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \'prime_active_status_id,active_status_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_active_status\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'active_status_value\',field_show = \'1\',field_for = \'1,2\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'1\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-07-07 12:08:31\' WHERE prime_form_id = \'428\'',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(847,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(848,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(849,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(850,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(851,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(852,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(853,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(854,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(855,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(856,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(857,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(858,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(859,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(860,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(861,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(862,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(863,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(864,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(865,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(866,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(867,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(868,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(869,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(870,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(871,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(872,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(873,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(874,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(875,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(876,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(877,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(878,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(879,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(880,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(881,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(882,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(883,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(884,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(885,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(886,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(887,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(888,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(889,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(890,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(891,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(892,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(893,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-07-07 12:08:31',0,NULL,0,NULL,1),(894,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-07-07 12:08:32',0,NULL,0,NULL,1),(895,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\'',1,'2022-07-07 12:08:32',0,NULL,0,NULL,1),(896,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\'',1,'2022-07-07 12:08:32',0,NULL,0,NULL,1),(897,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,auto_prime_id,auto_dispaly_value,field_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'34\',\'employees\',\'2\',\'notice_period_recovery_days\',\'Notice Period Recovery Days\',\'notice period recovery days\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'0\',\'0\',\'0\',\'13\',\'0\',\'2\',\' \',\' \',\' \',\'1,2\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'2\',\'0\',\'0\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-07-10 21:56:41\')',1,'2022-07-10 21:56:41',0,NULL,0,NULL,1),(898,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(899,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(900,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(901,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(902,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(903,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(904,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(905,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(906,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(907,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(908,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(909,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(910,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(911,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(912,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(913,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(914,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(915,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(916,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(917,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(918,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(919,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(920,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(921,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(922,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(923,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(924,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(925,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(926,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(927,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(928,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(929,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(930,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(931,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(932,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(933,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(934,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(935,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(936,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(937,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(938,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(939,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(940,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(941,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(942,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(943,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', ADD notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\' AFTER s_md, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(944,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', ADD notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\' AFTER s_md, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(945,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', ADD notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\' AFTER s_md, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(946,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\'',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(947,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\'',1,'2022-07-10 21:56:42',0,NULL,0,NULL,1),(948,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"199\",\"leave_wizard\",\"Leave Wizard\",\"partially_dynamic\",\"7\",\"10\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-07-25 04:20:19\")',1,'2022-07-25 16:20:19',0,NULL,0,NULL,1),(949,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"leave_wizard\",\"leave_wizard\")',1,'2022-07-25 16:20:19',0,NULL,0,NULL,1),(950,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"leave_wizard\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-07-25 16:20:19',0,NULL,0,NULL,1),(951,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"200\",\"attn_summary\",\"Attn Summary\",\"partially_dynamic\",\"7\",\"10\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-07-25 04:30:44\")',1,'2022-07-25 16:30:44',0,NULL,0,NULL,1),(952,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"attn_summary\",\"attn_summary\")',1,'2022-07-25 16:30:44',0,NULL,0,NULL,1),(953,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"attn_summary\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-07-25 16:30:44',0,NULL,0,NULL,1),(954,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"201\",\"early_and_late\",\"Early And Late\",\"dynamic\",\"7\",\"10\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-07-25 04:35:21\")',1,'2022-07-25 16:35:21',0,NULL,0,NULL,1),(955,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"early_and_late\",\"early_and_late\")',1,'2022-07-25 16:35:21',0,NULL,0,NULL,1),(956,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"early_and_late\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-07-25 16:35:21',0,NULL,0,NULL,1),(957,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"202\",\"shift_muster_report\",\"Shift Muster Report\",\"dynamic\",\"7\",\"10\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-07-25 04:40:00\")',1,'2022-07-25 16:40:00',0,NULL,0,NULL,1),(958,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"shift_muster_report\",\"shift_muster_report\")',1,'2022-07-25 16:40:00',0,NULL,0,NULL,1),(959,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"shift_muster_report\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-07-25 16:40:00',0,NULL,0,NULL,1),(960,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"203\",\"hr_overtime_entry\",\"Hr Overtime Entry\",\"dynamic\",\"7\",\"9\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-07-25 04:49:11\")',1,'2022-07-25 16:49:11',0,NULL,0,NULL,1),(961,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"hr_overtime_entry\",\"hr_overtime_entry\")',1,'2022-07-25 16:49:11',0,NULL,0,NULL,1),(962,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"hr_overtime_entry\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-07-25 16:49:11',0,NULL,0,NULL,1),(963,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"204\",\"manual_shift_update\",\"Manual Shift Update\",\"custome\",\"2\",\"0\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-07-25 04:59:47\")',1,'2022-07-25 16:59:47',0,NULL,0,NULL,1),(964,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"manual_shift_update\",\"manual_shift_update\")',1,'2022-07-25 16:59:47',0,NULL,0,NULL,1),(965,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"manual_shift_update\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-07-25 16:59:47',0,NULL,0,NULL,1),(966,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"204\",\"absent_report\",\"Absent Report\",\"custome\",\"7\",\"10\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-07-25 05:30:33\")',1,'2022-07-25 17:30:33',0,NULL,0,NULL,1),(967,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"absent_report\",\"absent_report\")',1,'2022-07-25 17:30:33',0,NULL,0,NULL,1),(968,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"absent_report\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-07-25 17:30:33',0,NULL,0,NULL,1),(969,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"205\",\"present_report\",\"Present Report\",\"custome\",\"7\",\"10\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-07-25 05:35:30\")',1,'2022-07-25 17:35:30',0,NULL,0,NULL,1),(970,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"present_report\",\"present_report\")',1,'2022-07-25 17:35:30',0,NULL,0,NULL,1),(971,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"present_report\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-07-25 17:35:30',0,NULL,0,NULL,1),(972,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'4\',prime_module_id = \'loan\' ,field_type = \'5\',label_name = \'emp_code\',view_name = \'Emp Code\',short_name = \'\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'employee_code,emp_name\',pick_list_type = \'1\',pick_list_import = \'1\',pick_table = \'cw_employees\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'employee_code,emp_name\',field_show = \'1\',field_for = \'1,2\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-08-01 13:32:53\' WHERE prime_form_id = \'8\'',1,'2022-08-01 13:32:53',0,NULL,0,NULL,1),(973,_binary 'ALTER TABLE cw_loan CHANGE prime_loan_id prime_loan_id int(11) NOT NULL AUTO_INCREMENT,CHANGE total_amount total_amount varchar(100) NULL DEFAULT \'\', CHANGE number_of_installment number_of_installment int(10) NULL DEFAULT \'0\', CHANGE per_month per_month varchar(100) NULL DEFAULT \'\', CHANGE interest_rate interest_rate varchar(100) NULL DEFAULT \'0\', CHANGE loan_amount loan_amount int(10) NULL DEFAULT \'0\', CHANGE apply_year apply_year varchar(10) NULL DEFAULT \'0\', ADD apply_month varchar(100) NULL DEFAULT \'\' AFTER trans_deleted_date, CHANGE loan_date loan_date date NULL DEFAULT NULL, CHANGE loan_type loan_type varchar(100) NULL DEFAULT \'\', CHANGE emp_code emp_code varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'\'',1,'2022-08-01 13:32:53',0,NULL,0,NULL,1),(974,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'4\',prime_module_id = \'loan\' ,field_type = \'5\',label_name = \'loan_type\',view_name = \'Loan Type\',short_name = \'\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'label_name,view_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_form_setting\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'view_name\',field_show = \'1\',field_for = \'1,2\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-08-01 13:33:18\' WHERE prime_form_id = \'9\'',1,'2022-08-01 13:33:18',0,NULL,0,NULL,1),(975,_binary 'ALTER TABLE cw_loan CHANGE prime_loan_id prime_loan_id int(11) NOT NULL AUTO_INCREMENT,CHANGE total_amount total_amount varchar(100) NULL DEFAULT \'\', CHANGE number_of_installment number_of_installment int(10) NULL DEFAULT \'0\', CHANGE per_month per_month varchar(100) NULL DEFAULT \'\', CHANGE interest_rate interest_rate varchar(100) NULL DEFAULT \'0\', CHANGE loan_amount loan_amount int(10) NULL DEFAULT \'0\', CHANGE apply_year apply_year varchar(10) NULL DEFAULT \'0\', CHANGE apply_month apply_month varchar(100) NULL DEFAULT \'\', CHANGE loan_date loan_date date NULL DEFAULT NULL, CHANGE loan_type loan_type varchar(100) NULL DEFAULT \'0\', CHANGE emp_code emp_code varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'\'',1,'2022-08-01 13:33:18',0,NULL,0,NULL,1),(976,_binary 'UPDATE cw_main_menu SET menu_name = \"Smart Hrms\",menu_for = \"1,2\",menu_status = \"1\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:27:31\" where prime_menu_id = \"11\"',1,'2022-08-12 10:27:31',0,NULL,0,NULL,1),(977,_binary 'UPDATE cw_main_menu SET menu_name = \"SMART HRMS\",menu_for = \"1,2\",menu_status = \"1\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:27:53\" where prime_menu_id = \"11\"',1,'2022-08-12 10:27:53',0,NULL,0,NULL,1),(978,_binary 'UPDATE cw_sub_menu SET map_main_menu = \"7\",sub_menu_name = \"Settings\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:28:45\" where prime_sub_menu_id = \"20\"',1,'2022-08-12 10:28:45',0,NULL,0,NULL,1),(979,_binary 'UPDATE cw_sub_menu SET map_main_menu = \"11\",sub_menu_name = \"Settings\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:28:53\" where prime_sub_menu_id = \"20\"',1,'2022-08-12 10:28:53',0,NULL,0,NULL,1),(980,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Utilities Settings\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"20\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:29:14\" where module_id = \"utilities_settings\"',1,'2022-08-12 10:29:14',0,NULL,0,NULL,1),(981,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Email Setting\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"20\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:29:33\" where module_id = \"email_setting\"',1,'2022-08-12 10:29:33',0,NULL,0,NULL,1),(982,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Pdf Setting\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"20\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:29:53\" where module_id = \"pdf_setting\"',1,'2022-08-12 10:29:53',0,NULL,0,NULL,1),(983,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Print Setting\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"20\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:30:28\" where module_id = \"print_setting\"',1,'2022-08-12 10:30:28',0,NULL,0,NULL,1),(984,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Sms Setting\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"20\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:30:42\" where module_id = \"sms_setting\"',1,'2022-08-12 10:30:42',0,NULL,0,NULL,1),(985,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Testing\",module_type = \"dynamic\",menu_id = \"8\",sub_menu_id = \"0\",module_for = \"1,2\",show_module = \"\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:31:33\" where module_id = \"testing\"',1,'2022-08-12 10:31:33',0,NULL,0,NULL,1),(986,_binary 'INSERT INTO cw_sub_menu (map_main_menu, sub_menu_name, sub_menu_sort, trans_created_by, trans_created_date) VALUES (\"11\",\"Email and SMS\",\"22\",\"1\",\"2022-08-12 10:33:17\")',1,'2022-08-12 10:33:17',0,NULL,0,NULL,1),(987,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Email Setting\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"22\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:34:07\" where module_id = \"email_setting\"',1,'2022-08-12 10:34:07',0,NULL,0,NULL,1),(988,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Email Campaign\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"22\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:34:19\" where module_id = \"email_campaign\"',1,'2022-08-12 10:34:19',0,NULL,0,NULL,1),(989,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Email Process\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"22\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:34:36\" where module_id = \"email_process\"',1,'2022-08-12 10:34:36',0,NULL,0,NULL,1),(990,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Sms Setting\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"22\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:34:45\" where module_id = \"sms_setting\"',1,'2022-08-12 10:34:45',0,NULL,0,NULL,1),(991,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"SMS Compaign\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"22\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:35:00\" where module_id = \"sms_compaign\"',1,'2022-08-12 10:35:00',0,NULL,0,NULL,1),(992,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Mail Configurations\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"22\",module_for = \"1,2\",show_module = \"1\",quicklink = \"employees\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:35:26\" where module_id = \"mail_configurations\"',1,'2022-08-12 10:35:26',0,NULL,0,NULL,1),(993,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Mail Configurations\",module_type = \"dynamic\",menu_id = \"11\",sub_menu_id = \"22\",module_for = \"1,2\",show_module = \"1\",quicklink = \"employees\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:35:33\" where module_id = \"mail_configurations\"',1,'2022-08-12 10:35:33',0,NULL,0,NULL,1),(994,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Password Reset\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"22\",module_for = \"1\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:35:51\" where module_id = \"password_reset\"',1,'2022-08-12 10:35:51',0,NULL,0,NULL,1),(995,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Password Change\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"20\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:37:30\" where module_id = \"password_change\"',1,'2022-08-12 10:37:30',0,NULL,0,NULL,1),(996,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Input Import Setup\",module_type = \"custome\",menu_id = \"2\",sub_menu_id = \"0\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:37:44\" where module_id = \"input_import_setup\"',1,'2022-08-12 10:37:44',0,NULL,0,NULL,1),(997,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Email Setting\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"20\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:39:25\" where module_id = \"email_setting\"',1,'2022-08-12 10:39:25',0,NULL,0,NULL,1),(998,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Sms Setting\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"20\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:39:48\" where module_id = \"sms_setting\"',1,'2022-08-12 10:39:48',0,NULL,0,NULL,1),(999,_binary 'UPDATE cw_sub_menu SET map_main_menu = \"11\",sub_menu_name = \"Download and View\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:40:29\" where prime_sub_menu_id = \"16\"',1,'2022-08-12 10:40:29',0,NULL,0,NULL,1),(1000,_binary 'UPDATE cw_modules SET menu_icon = \"upload_files/module_setting/52672961383_72737820665_15240463100_payment-method.png\",menu_type = \"1\",module_name = \"Payslip View\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"16\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:40:58\" where module_id = \"payslip_view\"',1,'2022-08-12 10:40:58',0,NULL,0,NULL,1),(1001,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Form 16 View\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"16\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:41:08\" where module_id = \"form_16_view\"',1,'2022-08-12 10:41:08',0,NULL,0,NULL,1),(1002,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Work Sheet\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"16\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:41:30\" where module_id = \"work_sheet\"',1,'2022-08-12 10:41:30',0,NULL,0,NULL,1),(1003,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Time Card\",module_type = \"custome\",menu_id = \"11\",sub_menu_id = \"16\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:41:48\" where module_id = \"time_card\"',1,'2022-08-12 10:41:48',0,NULL,0,NULL,1),(1004,_binary 'UPDATE cw_main_menu SET menu_name = \"Income Tax\",menu_for = \"1,2\",menu_status = \"1\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:47:11\" where prime_menu_id = \"6\"',1,'2022-08-12 10:47:11',0,NULL,0,NULL,1),(1005,_binary 'UPDATE cw_main_menu SET menu_name = \"Tax\",menu_for = \"1,2\",menu_status = \"1\",trans_updated_by = \"1\",trans_updated_date = \"2022-08-12 10:47:28\" where prime_menu_id = \"6\"',1,'2022-08-12 10:47:28',0,NULL,0,NULL,1),(1006,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"205\",\"test_module\",\"Test Module\",\"dynamic\",\"11\",\"0\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-09-01 11:39:19\")',1,'2022-09-01 11:39:19',0,NULL,0,NULL,1),(1007,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"test_module\",\"test_module\")',1,'2022-09-01 11:39:19',0,NULL,0,NULL,1),(1008,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"test_module\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-09-01 11:39:20',0,NULL,0,NULL,1),(1009,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Test Module\",module_type = \"dynamic\",menu_id = \"11\",sub_menu_id = \"0\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1\",trans_updated_by = \"1\",trans_updated_date = \"2022-09-01 11:39:37\" where module_id = \"test_module\"',1,'2022-09-01 11:39:37',0,NULL,0,NULL,1),(1010,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Test Module\",module_type = \"dynamic\",menu_id = \"1\",sub_menu_id = \"0\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1\",trans_updated_by = \"1\",trans_updated_date = \"2022-09-01 11:40:19\" where module_id = \"test_module\"',1,'2022-09-01 11:40:19',0,NULL,0,NULL,1),(1011,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"205\",\"test_module1\",\"Test Module1\",\"dynamic\",\"2\",\"0\",\"1,2\",\"1\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-09-01 11:41:17\")',1,'2022-09-01 11:41:17',0,NULL,0,NULL,1),(1012,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"test_module1\",\"test_module1\")',1,'2022-09-01 11:41:17',0,NULL,0,NULL,1),(1013,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"test_module1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-09-01 11:41:17',0,NULL,0,NULL,1),(1014,_binary 'UPDATE cw_pick_base_search SET pick_module_id = \"employees\",pick_query_for = \"1\",query_list_id = \"1719\",pick_where_condition = \"and print_info_module_id = ^custom_approval^\",trans_updated_by = \"1\",trans_updated_date = \"2022-09-03 04:34:09\" where prime_pick_base_search_id = \"29\"',1,'2022-09-03 16:34:09',0,NULL,0,NULL,1),(1015,_binary 'UPDATE cw_pick_base_search SET pick_module_id = \"employees\",pick_query_for = \"1\",query_list_id = \"1719\",pick_where_condition = \"and print_info_module_id = ^custom_approval^\",trans_updated_by = \"1\",trans_updated_date = \"2022-09-03 04:34:17\" where prime_pick_base_search_id = \"29\"',1,'2022-09-03 16:34:17',0,NULL,0,NULL,1),(1016,_binary 'INSERT INTO cw_pick_base_search (pick_module_id, pick_query_for, query_list_id,pick_where_condition,trans_created_by, trans_created_date) VALUES (\"employees\",\"2,4\",\"1719\",\"and print_info_module_id in(^custom_approval^)\",\"1\",\"2022-09-03 04:35:09\")',1,'2022-09-03 16:35:09',0,NULL,0,NULL,1),(1017,_binary 'UPDATE cw_pick_base_search SET pick_module_id = \"employees\",pick_query_for = \"2,4\",query_list_id = \"1719\",pick_where_condition = \"and print_info_module_id in(^custom_approval^)\",trans_updated_by = \"1\",trans_updated_date = \"2022-09-03 04:35:15\" where prime_pick_base_search_id = \"32\"',1,'2022-09-03 16:35:15',0,NULL,0,NULL,1),(1018,_binary 'UPDATE cw_pick_base_search SET pick_module_id = \"employees\",pick_query_for = \"1\",query_list_id = \"1719\",pick_where_condition = \"and print_info_module_id = ^custom_approval^\",trans_updated_by = \"1\",trans_updated_date = \"2022-09-03 04:40:01\" where prime_pick_base_search_id = \"29\"',1,'2022-09-03 16:40:01',0,NULL,0,NULL,1),(1019,_binary 'UPDATE cw_pick_base_search SET pick_module_id = \"employees\",pick_query_for = \"2,4\",query_list_id = \"1719\",pick_where_condition = \"and print_info_module_id = ^custom_approval^\",trans_updated_by = \"1\",trans_updated_date = \"2022-09-03 05:20:23\" where prime_pick_base_search_id = \"32\"',1,'2022-09-03 17:20:23',0,NULL,0,NULL,1),(1020,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'13\',prime_module_id = \'bank_name\' ,field_type = \'1\',label_name = \'bank_name\',view_name = \'Bank Name\',short_name = \'Bank Name\',text_type = \'2\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'1\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 10:07:38\' WHERE prime_form_id = \'47\'',1,'2022-09-23 10:07:38',0,NULL,0,NULL,1),(1021,_binary 'ALTER TABLE cw_bank_name CHANGE prime_bank_name_id prime_bank_name_id int(11) NOT NULL AUTO_INCREMENT,CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-23 10:07:38',0,NULL,0,NULL,1),(1022,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'13\',prime_module_id = \'bank_name\' ,field_type = \'1\',label_name = \'bank_name\',view_name = \'Bank Name\',short_name = \'Bank Name\',text_type = \'2\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'1\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 12:04:08\' WHERE prime_form_id = \'47\'',1,'2022-09-23 12:04:08',0,NULL,0,NULL,1),(1023,_binary 'ALTER TABLE cw_bank_name CHANGE prime_bank_name_id prime_bank_name_id int(11) NOT NULL AUTO_INCREMENT,CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-23 12:04:08',0,NULL,0,NULL,1),(1024,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'department\',view_name = \'Department\',short_name = \'Department\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_department_id,department\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_department\',dependent_pick_list = \'1\',dependent_pick_input = \'designation\',table_column1 = \'department\',table_column2 = \'prime_department_id\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'department\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 12:06:07\' WHERE prime_form_id = \'67\'',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1025,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1026,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1027,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1028,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1029,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1030,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1031,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1032,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1033,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1034,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1035,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1036,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1037,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1038,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1039,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1040,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1041,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1042,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1043,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1044,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1045,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1046,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1047,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1048,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1049,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1050,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1051,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1052,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1053,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1054,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1055,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1056,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:07',0,NULL,0,NULL,1),(1057,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1058,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1059,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1060,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1061,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1062,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1063,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1064,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1065,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1066,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1067,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1068,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1069,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1070,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1071,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-23 12:06:08',0,NULL,0,NULL,1),(1072,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'department\',view_name = \'Department\',short_name = \'Department\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_department_id,department\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_department\',dependent_pick_list = \'2\',dependent_pick_input = \'null\',table_column1 = \'null\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'department\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 12:07:47\' WHERE prime_form_id = \'67\'',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1073,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\'',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1074,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1075,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1076,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1077,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1078,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1079,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1080,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1081,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1082,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1083,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1084,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1085,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1086,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1087,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1088,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1089,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1090,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1091,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1092,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1093,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1094,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1095,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1096,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1097,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1098,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1099,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1100,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1101,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1102,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1103,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1104,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1105,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1106,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1107,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1108,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1109,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1110,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1111,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1112,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1113,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1114,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1115,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1116,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1117,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1118,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1119,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-23 12:07:47',0,NULL,0,NULL,1),(1120,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'169\',prime_module_id = \'general_setting\' ,field_type = \'5\',label_name = \'components\',view_name = \'Components\',short_name = \'components\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_status_mode_id,status_mode_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_status_mode\',dependent_pick_list = \'1\',dependent_pick_input = \'entry_parameter_type\',table_column1 = \'prime_parameter_type_id\',table_column2 = \'prime_status_mode_id\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'status_mode_value\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 12:08:48\' WHERE prime_form_id = \'1186\'',1,'2022-09-23 12:08:48',0,NULL,0,NULL,1),(1121,_binary 'ALTER TABLE cw_general_setting CHANGE prime_general_setting_id prime_general_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE check_parameter check_parameter varchar(100) NULL DEFAULT \'1\', CHANGE components components varchar(100) NULL DEFAULT \'0\', CHANGE based_on based_on varchar(100) NULL DEFAULT \'2\', CHANGE entry_parameter_type entry_parameter_type varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 12:08:48',0,NULL,0,NULL,1),(1122,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'169\',prime_module_id = \'general_setting\' ,field_type = \'5\',label_name = \'components\',view_name = \'Components\',short_name = \'components\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_status_mode_id,status_mode_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_status_mode\',dependent_pick_list = \'2\',dependent_pick_input = \'null\',table_column1 = \'null\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'status_mode_value\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 12:09:40\' WHERE prime_form_id = \'1186\'',1,'2022-09-23 12:09:40',0,NULL,0,NULL,1),(1123,_binary 'ALTER TABLE cw_general_setting CHANGE prime_general_setting_id prime_general_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE check_parameter check_parameter varchar(100) NULL DEFAULT \'1\', CHANGE components components varchar(100) NULL DEFAULT \'0\', CHANGE based_on based_on varchar(100) NULL DEFAULT \'2\', CHANGE entry_parameter_type entry_parameter_type varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 12:09:40',0,NULL,0,NULL,1),(1124,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'169\',prime_module_id = \'general_setting\' ,field_type = \'5\',label_name = \'components\',view_name = \'Components\',short_name = \'components\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_status_mode_id,status_mode_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_status_mode\',dependent_pick_list = \'1\',dependent_pick_input = \'entry_parameter_type\',table_column1 = \'prime_parameter_type_id\',table_column2 = \'status_mode_value\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'status_mode_value\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 12:21:04\' WHERE prime_form_id = \'1186\'',1,'2022-09-23 12:21:04',0,NULL,0,NULL,1),(1125,_binary 'ALTER TABLE cw_general_setting CHANGE prime_general_setting_id prime_general_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE check_parameter check_parameter varchar(100) NULL DEFAULT \'1\', CHANGE components components varchar(100) NULL DEFAULT \'0\', CHANGE based_on based_on varchar(100) NULL DEFAULT \'2\', CHANGE entry_parameter_type entry_parameter_type varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 12:21:04',0,NULL,0,NULL,1),(1126,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'169\',prime_module_id = \'general_setting\' ,field_type = \'5\',label_name = \'components\',view_name = \'Components\',short_name = \'components\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_status_mode_id,status_mode_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_status_mode\',dependent_pick_list = \'2\',dependent_pick_input = \'null\',table_column1 = \'null\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'status_mode_value\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 12:24:17\' WHERE prime_form_id = \'1186\'',1,'2022-09-23 12:24:17',0,NULL,0,NULL,1),(1127,_binary 'ALTER TABLE cw_general_setting CHANGE prime_general_setting_id prime_general_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE check_parameter check_parameter varchar(100) NULL DEFAULT \'1\', CHANGE components components varchar(100) NULL DEFAULT \'0\', CHANGE based_on based_on varchar(100) NULL DEFAULT \'2\', CHANGE entry_parameter_type entry_parameter_type varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 12:24:18',0,NULL,0,NULL,1),(1128,_binary 'UPDATE cw_form_view_setting SET prime_view_module_id = \'employees\',form_view_type = \'2\',form_view_type_mode = \'null\',form_view_label_name = \'employee_information\',form_view_heading = \'Employee Details\',form_view_for = \'1,2\',view_user_right = \'1,2,4,6,7,8,10,11,12,13\',form_view_show = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 14:33:18\' WHERE prime_form_view_id = \'1\'',1,'2022-09-23 14:33:18',0,NULL,0,NULL,1),(1129,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\' WHERE input_for = \'1\'',1,'2022-09-23 14:33:18',0,NULL,0,NULL,1),(1130,_binary 'UPDATE cw_form_view_setting SET prime_view_module_id = \'increment\',form_view_type = \'1\',form_view_type_mode = \'null\',form_view_label_name = \'increment\',form_view_heading = \'Increment\',form_view_for = \'1,2\',view_user_right = \'1,2,4,6,7,8,10,11,12,13\',form_view_show = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 14:33:41\' WHERE prime_form_view_id = \'61\'',1,'2022-09-23 14:33:41',0,NULL,0,NULL,1),(1131,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'61\'',1,'2022-09-23 14:33:41',0,NULL,0,NULL,1),(1132,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'147\',prime_module_id = \'position\' ,field_type = \'5\',label_name = \'department\',view_name = \'Department\',short_name = \'Department\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_department_id,department\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_department\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'department\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 16:52:47\' WHERE prime_form_id = \'991\'',1,'2022-09-23 16:52:47',0,NULL,0,NULL,1),(1133,_binary 'ALTER TABLE cw_position CHANGE prime_position_id prime_position_id int(11) NOT NULL AUTO_INCREMENT,CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE position_name position_name varchar(50) NULL DEFAULT \'\'',1,'2022-09-23 16:52:47',0,NULL,0,NULL,1),(1134,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'141\',prime_module_id = \'bank_details\' ,field_type = \'5\',label_name = \'employee_id\',view_name = \'Employee ID\',short_name = \'Employee ID\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_employees_id,employee_code\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_employees\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'employee_code,emp_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 16:53:56\' WHERE prime_form_id = \'951\'',1,'2022-09-23 16:53:56',0,NULL,0,NULL,1),(1135,_binary 'ALTER TABLE cw_bank_details CHANGE prime_bank_details_id prime_bank_details_id int(11) NOT NULL AUTO_INCREMENT,CHANGE employee_id employee_id varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 16:53:56',0,NULL,0,NULL,1),(1136,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'141\',prime_module_id = \'bank_details\' ,field_type = \'5\',label_name = \'employee_id\',view_name = \'Employee ID\',short_name = \'Employee ID\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_employees_id,employee_code\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_employees\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'employee_code,emp_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 16:56:11\' WHERE prime_form_id = \'951\'',1,'2022-09-23 16:56:11',0,NULL,0,NULL,1),(1137,_binary 'ALTER TABLE cw_bank_details CHANGE prime_bank_details_id prime_bank_details_id int(11) NOT NULL AUTO_INCREMENT,CHANGE employee_id employee_id varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 16:56:11',0,NULL,0,NULL,1),(1138,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'79\',prime_module_id = \'supplementary_settings\' ,field_type = \'5\',label_name = \'category\',view_name = \'Category\',short_name = \'Category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 16:57:53\' WHERE prime_form_id = \'454\'',1,'2022-09-23 16:57:53',0,NULL,0,NULL,1),(1139,_binary 'ALTER TABLE cw_supplementary_settings CHANGE prime_supplementary_settings_id prime_supplementary_settings_id int(11) NOT NULL AUTO_INCREMENT,CHANGE back_month back_month int(10) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\', drop INDEX category',1,'2022-09-23 16:57:53',0,NULL,0,NULL,1),(1140,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'64\',prime_module_id = \'lwf_setting\' ,field_type = \'5\',label_name = \'lwf_location\',view_name = \'LWF Location\',short_name = \'LWF Location\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_lwf_location_id,lwf_location\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_lwf_location\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'lwf_location\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 16:59:22\' WHERE prime_form_id = \'382\'',1,'2022-09-23 16:59:22',0,NULL,0,NULL,1),(1141,_binary 'ALTER TABLE cw_lwf_setting CHANGE prime_lwf_setting_id prime_lwf_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', drop INDEX lwf_location',1,'2022-09-23 16:59:22',0,NULL,0,NULL,1),(1142,_binary 'UPDATE cw_form_setting SET input_view_type = \'3\',input_for = \'65\',prime_module_id = \'lwf_setting\' ,field_type = \'5\',label_name = \'pay_month\',view_name = \'Pay Month\',short_name = \'Pay Month\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_month_id,month\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_month\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'month\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 16:59:36\' WHERE prime_form_id = \'385\'',1,'2022-09-23 16:59:36',0,NULL,0,NULL,1),(1143,_binary 'ALTER TABLE cw_lwf_setting_lwf_pay_month CHANGE employee_amount employee_amount decimal(15,2) NULL DEFAULT \'0\', CHANGE company_amount company_amount decimal(15,2) NULL DEFAULT \'0\', CHANGE pay_month pay_month varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 16:59:36',0,NULL,0,NULL,1),(1144,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'10\',prime_module_id = \'month_day\' ,field_type = \'5\',label_name = \'category\',view_name = \'Category\',short_name = \'\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:00:39\' WHERE prime_form_id = \'39\'',1,'2022-09-23 17:00:39',0,NULL,0,NULL,1),(1145,_binary 'ALTER TABLE cw_month_day CHANGE prime_month_day_id prime_month_day_id int(11) NOT NULL AUTO_INCREMENT,CHANGE day_end day_end varchar(100) NULL DEFAULT \'0\', CHANGE day_start day_start varchar(100) NULL DEFAULT \'0\', CHANGE day_count day_count varchar(100) NULL DEFAULT \'0\', CHANGE day_conditions day_conditions varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:00:39',0,NULL,0,NULL,1),(1146,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"0\"',1,'2022-09-23 17:00:39',0,NULL,0,NULL,1),(1147,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:00:39',0,NULL,0,NULL,1),(1148,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:00:39',0,NULL,0,NULL,1),(1149,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:00:39',0,NULL,0,NULL,1),(1150,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'10\',prime_module_id = \'month_day\' ,field_type = \'5\',label_name = \'day_end\',view_name = \'Day End\',short_name = \'\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'day_id,day\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_days\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'day\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:00:51\' WHERE prime_form_id = \'43\'',1,'2022-09-23 17:00:51',0,NULL,0,NULL,1),(1151,_binary 'ALTER TABLE cw_month_day CHANGE prime_month_day_id prime_month_day_id int(11) NOT NULL AUTO_INCREMENT,CHANGE day_end day_end varchar(100) NULL DEFAULT \'0\', CHANGE day_start day_start varchar(100) NULL DEFAULT \'0\', CHANGE day_count day_count varchar(100) NULL DEFAULT \'0\', CHANGE day_conditions day_conditions varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:00:51',0,NULL,0,NULL,1),(1152,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"0\"',1,'2022-09-23 17:00:51',0,NULL,0,NULL,1),(1153,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:00:51',0,NULL,0,NULL,1),(1154,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:00:51',0,NULL,0,NULL,1),(1155,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:00:51',0,NULL,0,NULL,1),(1156,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'10\',prime_module_id = \'month_day\' ,field_type = \'5\',label_name = \'day_start\',view_name = \'Day Start\',short_name = \'\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'day_id,day\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_days\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'day\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:01:01\' WHERE prime_form_id = \'42\'',1,'2022-09-23 17:01:01',0,NULL,0,NULL,1),(1157,_binary 'ALTER TABLE cw_month_day CHANGE prime_month_day_id prime_month_day_id int(11) NOT NULL AUTO_INCREMENT,CHANGE day_end day_end varchar(100) NULL DEFAULT \'0\', CHANGE day_start day_start varchar(100) NULL DEFAULT \'0\', CHANGE day_count day_count varchar(100) NULL DEFAULT \'0\', CHANGE day_conditions day_conditions varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:01:01',0,NULL,0,NULL,1),(1158,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"0\"',1,'2022-09-23 17:01:01',0,NULL,0,NULL,1),(1159,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:01:01',0,NULL,0,NULL,1),(1160,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:01:01',0,NULL,0,NULL,1),(1161,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:01:01',0,NULL,0,NULL,1),(1162,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'10\',prime_module_id = \'month_day\' ,field_type = \'5\',label_name = \'day_count\',view_name = \'Day Count\',short_name = \'day count\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'day_id,day\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_days\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'day\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:01:16\' WHERE prime_form_id = \'41\'',1,'2022-09-23 17:01:16',0,NULL,0,NULL,1),(1163,_binary 'ALTER TABLE cw_month_day CHANGE prime_month_day_id prime_month_day_id int(11) NOT NULL AUTO_INCREMENT,CHANGE day_end day_end varchar(100) NULL DEFAULT \'0\', CHANGE day_start day_start varchar(100) NULL DEFAULT \'0\', CHANGE day_count day_count varchar(100) NULL DEFAULT \'0\', CHANGE day_conditions day_conditions varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:01:16',0,NULL,0,NULL,1),(1164,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"0\"',1,'2022-09-23 17:01:16',0,NULL,0,NULL,1),(1165,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:01:16',0,NULL,0,NULL,1),(1166,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:01:16',0,NULL,0,NULL,1),(1167,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:01:16',0,NULL,0,NULL,1),(1168,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'10\',prime_module_id = \'month_day\' ,field_type = \'5\',label_name = \'day_conditions\',view_name = \'Day Conditions\',short_name = \'\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'Static Day,Calender Day,Cutoff Day\',pick_list_type = \'2\',pick_list_import = \'2\',pick_table = \'cw_zct_4\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:01:33\' WHERE prime_form_id = \'40\'',1,'2022-09-23 17:01:33',0,NULL,0,NULL,1),(1169,_binary 'ALTER TABLE cw_month_day CHANGE prime_month_day_id prime_month_day_id int(11) NOT NULL AUTO_INCREMENT,CHANGE day_end day_end varchar(100) NULL DEFAULT \'0\', CHANGE day_start day_start varchar(100) NULL DEFAULT \'0\', CHANGE day_count day_count varchar(100) NULL DEFAULT \'0\', CHANGE day_conditions day_conditions varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:01:33',0,NULL,0,NULL,1),(1170,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"0\"',1,'2022-09-23 17:01:33',0,NULL,0,NULL,1),(1171,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:01:33',0,NULL,0,NULL,1),(1172,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:01:33',0,NULL,0,NULL,1),(1173,_binary 'UPDATE cw_zct_4 SET cw_zct_4_status = \"1\" WHERE FIND_IN_SET(cw_zct_4_value,\"Static Day,Calender Day,Cutoff Day\")',1,'2022-09-23 17:01:33',0,NULL,0,NULL,1),(1174,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'8\',prime_module_id = \'statutory\' ,field_type = \'5\',label_name = \'category\',view_name = \'Category\',short_name = \'\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:03:03\' WHERE prime_form_id = \'30\'',1,'2022-09-23 17:03:03',0,NULL,0,NULL,1),(1175,_binary 'ALTER TABLE cw_statutory CHANGE prime_statutory_id prime_statutory_id int(11) NOT NULL AUTO_INCREMENT,CHANGE esi_eligibilit_formula esi_eligibilit_formula TEXT NULL, CHANGE earning_column earning_column varchar(100) NULL DEFAULT \'\', CHANGE esi_end_check_month esi_end_check_month varchar(100) NULL DEFAULT \'\', CHANGE esi_start_check_month esi_start_check_month varchar(100) NULL DEFAULT \'\', CHANGE edli_charge edli_charge varchar(100) NULL DEFAULT \'\', CHANGE inspection_charge inspection_charge varchar(100) NULL DEFAULT \'\', CHANGE admin_charge admin_charge varchar(100) NULL DEFAULT \'\', CHANGE esi_conditions esi_conditions varchar(100) NULL DEFAULT \'\', CHANGE esi_limit esi_limit int(100) NULL DEFAULT \'0\', CHANGE pf_conditions pf_conditions varchar(100) NULL DEFAULT \'\', CHANGE pf_limit pf_limit int(10) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:03:03',0,NULL,0,NULL,1),(1176,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'8\',prime_module_id = \'statutory\' ,field_type = \'5\',label_name = \'pf_conditions\',view_name = \'PF Conditions\',short_name = \'\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_salary_check_id,salary_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_salary_check\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'salary_type\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:03:17\' WHERE prime_form_id = \'32\'',1,'2022-09-23 17:03:17',0,NULL,0,NULL,1),(1177,_binary 'ALTER TABLE cw_statutory CHANGE prime_statutory_id prime_statutory_id int(11) NOT NULL AUTO_INCREMENT,CHANGE esi_eligibilit_formula esi_eligibilit_formula TEXT NULL, CHANGE earning_column earning_column varchar(100) NULL DEFAULT \'\', CHANGE esi_end_check_month esi_end_check_month varchar(100) NULL DEFAULT \'\', CHANGE esi_start_check_month esi_start_check_month varchar(100) NULL DEFAULT \'\', CHANGE edli_charge edli_charge varchar(100) NULL DEFAULT \'\', CHANGE inspection_charge inspection_charge varchar(100) NULL DEFAULT \'\', CHANGE admin_charge admin_charge varchar(100) NULL DEFAULT \'\', CHANGE esi_conditions esi_conditions varchar(100) NULL DEFAULT \'\', CHANGE esi_limit esi_limit int(100) NULL DEFAULT \'0\', CHANGE pf_conditions pf_conditions varchar(100) NULL DEFAULT \'0\', CHANGE pf_limit pf_limit int(10) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:03:17',0,NULL,0,NULL,1),(1178,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'8\',prime_module_id = \'statutory\' ,field_type = \'5\',label_name = \'esi_conditions\',view_name = \'ESI Conditions\',short_name = \'esi conditions\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_salary_check_id,salary_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_salary_check\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'salary_type\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:03:46\' WHERE prime_form_id = \'34\'',1,'2022-09-23 17:03:46',0,NULL,0,NULL,1),(1179,_binary 'ALTER TABLE cw_statutory CHANGE prime_statutory_id prime_statutory_id int(11) NOT NULL AUTO_INCREMENT,CHANGE esi_eligibilit_formula esi_eligibilit_formula TEXT NULL, CHANGE earning_column earning_column varchar(100) NULL DEFAULT \'\', CHANGE esi_end_check_month esi_end_check_month varchar(100) NULL DEFAULT \'\', CHANGE esi_start_check_month esi_start_check_month varchar(100) NULL DEFAULT \'\', CHANGE edli_charge edli_charge varchar(100) NULL DEFAULT \'\', CHANGE inspection_charge inspection_charge varchar(100) NULL DEFAULT \'\', CHANGE admin_charge admin_charge varchar(100) NULL DEFAULT \'\', CHANGE esi_conditions esi_conditions varchar(100) NULL DEFAULT \'0\', CHANGE esi_limit esi_limit int(100) NULL DEFAULT \'0\', CHANGE pf_conditions pf_conditions varchar(100) NULL DEFAULT \'0\', CHANGE pf_limit pf_limit int(10) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:03:46',0,NULL,0,NULL,1),(1180,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'8\',prime_module_id = \'statutory\' ,field_type = \'5\',label_name = \'esi_end_check_month\',view_name = \'ESI End Check Month\',short_name = \'ESI End Check Month\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_month_id,month\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_month\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'month\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:03:59\' WHERE prime_form_id = \'384\'',1,'2022-09-23 17:03:59',0,NULL,0,NULL,1),(1181,_binary 'ALTER TABLE cw_statutory CHANGE prime_statutory_id prime_statutory_id int(11) NOT NULL AUTO_INCREMENT,CHANGE esi_eligibilit_formula esi_eligibilit_formula TEXT NULL, CHANGE earning_column earning_column varchar(100) NULL DEFAULT \'\', CHANGE esi_end_check_month esi_end_check_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_start_check_month esi_start_check_month varchar(100) NULL DEFAULT \'\', CHANGE edli_charge edli_charge varchar(100) NULL DEFAULT \'\', CHANGE inspection_charge inspection_charge varchar(100) NULL DEFAULT \'\', CHANGE admin_charge admin_charge varchar(100) NULL DEFAULT \'\', CHANGE esi_conditions esi_conditions varchar(100) NULL DEFAULT \'0\', CHANGE esi_limit esi_limit int(100) NULL DEFAULT \'0\', CHANGE pf_conditions pf_conditions varchar(100) NULL DEFAULT \'0\', CHANGE pf_limit pf_limit int(10) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:03:59',0,NULL,0,NULL,1),(1182,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'8\',prime_module_id = \'statutory\' ,field_type = \'5\',label_name = \'esi_start_check_month\',view_name = \'ESI Start Check Month\',short_name = \'ESI Start Check Month\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_month_id,month\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_month\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'month\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:04:19\' WHERE prime_form_id = \'383\'',1,'2022-09-23 17:04:19',0,NULL,0,NULL,1),(1183,_binary 'ALTER TABLE cw_statutory CHANGE prime_statutory_id prime_statutory_id int(11) NOT NULL AUTO_INCREMENT,CHANGE esi_eligibilit_formula esi_eligibilit_formula TEXT NULL, CHANGE earning_column earning_column varchar(100) NULL DEFAULT \'\', CHANGE esi_end_check_month esi_end_check_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_start_check_month esi_start_check_month varchar(100) NULL DEFAULT \'0\', CHANGE edli_charge edli_charge varchar(100) NULL DEFAULT \'\', CHANGE inspection_charge inspection_charge varchar(100) NULL DEFAULT \'\', CHANGE admin_charge admin_charge varchar(100) NULL DEFAULT \'\', CHANGE esi_conditions esi_conditions varchar(100) NULL DEFAULT \'0\', CHANGE esi_limit esi_limit int(100) NULL DEFAULT \'0\', CHANGE pf_conditions pf_conditions varchar(100) NULL DEFAULT \'0\', CHANGE pf_limit pf_limit int(10) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:04:19',0,NULL,0,NULL,1),(1184,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'8\',prime_module_id = \'statutory\' ,field_type = \'5\',label_name = \'edli_charge\',view_name = \'EDLI Charge\',short_name = \'edli charge\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_salary_check_id,salary_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_salary_check\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'salary_type\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:04:36\' WHERE prime_form_id = \'37\'',1,'2022-09-23 17:04:36',0,NULL,0,NULL,1),(1185,_binary 'ALTER TABLE cw_statutory CHANGE prime_statutory_id prime_statutory_id int(11) NOT NULL AUTO_INCREMENT,CHANGE esi_eligibilit_formula esi_eligibilit_formula TEXT NULL, CHANGE earning_column earning_column varchar(100) NULL DEFAULT \'\', CHANGE esi_end_check_month esi_end_check_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_start_check_month esi_start_check_month varchar(100) NULL DEFAULT \'0\', CHANGE edli_charge edli_charge varchar(100) NULL DEFAULT \'0\', CHANGE inspection_charge inspection_charge varchar(100) NULL DEFAULT \'\', CHANGE admin_charge admin_charge varchar(100) NULL DEFAULT \'\', CHANGE esi_conditions esi_conditions varchar(100) NULL DEFAULT \'0\', CHANGE esi_limit esi_limit int(100) NULL DEFAULT \'0\', CHANGE pf_conditions pf_conditions varchar(100) NULL DEFAULT \'0\', CHANGE pf_limit pf_limit int(10) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:04:36',0,NULL,0,NULL,1),(1186,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'8\',prime_module_id = \'statutory\' ,field_type = \'5\',label_name = \'inspection_charge\',view_name = \'Inspection Charge\',short_name = \'inspection charge\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_salary_check_id,salary_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_salary_check\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'salary_type\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:04:50\' WHERE prime_form_id = \'36\'',1,'2022-09-23 17:04:50',0,NULL,0,NULL,1),(1187,_binary 'ALTER TABLE cw_statutory CHANGE prime_statutory_id prime_statutory_id int(11) NOT NULL AUTO_INCREMENT,CHANGE esi_eligibilit_formula esi_eligibilit_formula TEXT NULL, CHANGE earning_column earning_column varchar(100) NULL DEFAULT \'\', CHANGE esi_end_check_month esi_end_check_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_start_check_month esi_start_check_month varchar(100) NULL DEFAULT \'0\', CHANGE edli_charge edli_charge varchar(100) NULL DEFAULT \'0\', CHANGE inspection_charge inspection_charge varchar(100) NULL DEFAULT \'0\', CHANGE admin_charge admin_charge varchar(100) NULL DEFAULT \'\', CHANGE esi_conditions esi_conditions varchar(100) NULL DEFAULT \'0\', CHANGE esi_limit esi_limit int(100) NULL DEFAULT \'0\', CHANGE pf_conditions pf_conditions varchar(100) NULL DEFAULT \'0\', CHANGE pf_limit pf_limit int(10) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:04:50',0,NULL,0,NULL,1),(1188,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'8\',prime_module_id = \'statutory\' ,field_type = \'5\',label_name = \'admin_charge\',view_name = \'Admin Charge\',short_name = \'admin charge\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_salary_check_id,salary_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_salary_check\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'salary_type\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:05:09\' WHERE prime_form_id = \'35\'',1,'2022-09-23 17:05:09',0,NULL,0,NULL,1),(1189,_binary 'ALTER TABLE cw_statutory CHANGE prime_statutory_id prime_statutory_id int(11) NOT NULL AUTO_INCREMENT,CHANGE esi_eligibilit_formula esi_eligibilit_formula TEXT NULL, CHANGE earning_column earning_column varchar(100) NULL DEFAULT \'\', CHANGE esi_end_check_month esi_end_check_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_start_check_month esi_start_check_month varchar(100) NULL DEFAULT \'0\', CHANGE edli_charge edli_charge varchar(100) NULL DEFAULT \'0\', CHANGE inspection_charge inspection_charge varchar(100) NULL DEFAULT \'0\', CHANGE admin_charge admin_charge varchar(100) NULL DEFAULT \'0\', CHANGE esi_conditions esi_conditions varchar(100) NULL DEFAULT \'0\', CHANGE esi_limit esi_limit int(100) NULL DEFAULT \'0\', CHANGE pf_conditions pf_conditions varchar(100) NULL DEFAULT \'0\', CHANGE pf_limit pf_limit int(10) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:05:09',0,NULL,0,NULL,1),(1190,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'107\',prime_module_id = \'activity_remainder\' ,field_type = \'5\',label_name = \'remainder_status\',view_name = \'Remainder Status\',short_name = \'Remainder Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_remainder_mode_id,remainder_mode_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_remainder_mode\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'remainder_mode_value\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:11:54\' WHERE prime_form_id = \'672\'',1,'2022-09-23 17:11:54',0,NULL,0,NULL,1),(1191,_binary 'ALTER TABLE cw_activity_remainder CHANGE prime_activity_remainder_id prime_activity_remainder_id int(11) NOT NULL AUTO_INCREMENT,CHANGE remainder_status remainder_status varchar(100) NULL DEFAULT \'1\', CHANGE remainder_details remainder_details varchar(100) NULL DEFAULT \'\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE apply_month apply_month varchar(100) NULL DEFAULT \'\'',1,'2022-09-23 17:11:54',0,NULL,0,NULL,1),(1192,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'107\',prime_module_id = \'activity_remainder\' ,field_type = \'5\',label_name = \'employee_code\',view_name = \'Employee Code\',short_name = \'Employee Code\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'employee_code,emp_name\',pick_list_type = \'1\',pick_list_import = \'1\',pick_table = \'cw_employees\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'employee_code,emp_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:12:20\' WHERE prime_form_id = \'669\'',1,'2022-09-23 17:12:20',0,NULL,0,NULL,1),(1193,_binary 'ALTER TABLE cw_activity_remainder CHANGE prime_activity_remainder_id prime_activity_remainder_id int(11) NOT NULL AUTO_INCREMENT,CHANGE remainder_status remainder_status varchar(100) NULL DEFAULT \'1\', CHANGE remainder_details remainder_details varchar(100) NULL DEFAULT \'\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\', CHANGE apply_month apply_month varchar(100) NULL DEFAULT \'\'',1,'2022-09-23 17:12:20',0,NULL,0,NULL,1),(1194,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'138\',prime_module_id = \'income_tax_slab_new\' ,field_type = \'5\',label_name = \'slab_type\',view_name = \'Slab Type\',short_name = \'slab type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_slap_type_id,slap_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_slap_type\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'slap_type\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:16:02\' WHERE prime_form_id = \'916\'',1,'2022-09-23 17:16:02',0,NULL,0,NULL,1),(1195,_binary 'ALTER TABLE cw_income_tax_slab_new CHANGE prime_income_tax_slab_new_id prime_income_tax_slab_new_id int(11) NOT NULL AUTO_INCREMENT,CHANGE max_age max_age int(10) NULL DEFAULT \'0\', CHANGE min_age min_age int(10) NULL DEFAULT \'0\', CHANGE slab_type slab_type varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:16:02',0,NULL,0,NULL,1),(1196,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'96\',prime_module_id = \'income_tax_slab\' ,field_type = \'5\',label_name = \'slap_type\',view_name = \'Slap Type\',short_name = \'Slap Type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_slap_type_id,slap_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_slap_type\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'slap_type\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-23 17:17:56\' WHERE prime_form_id = \'624\'',1,'2022-09-23 17:17:56',0,NULL,0,NULL,1),(1197,_binary 'ALTER TABLE cw_income_tax_slab CHANGE prime_income_tax_slab_id prime_income_tax_slab_id int(11) NOT NULL AUTO_INCREMENT,CHANGE max_age max_age int(10) NULL DEFAULT \'0\', CHANGE min_age min_age int(10) NULL DEFAULT \'0\', CHANGE slap_type slap_type varchar(100) NULL DEFAULT \'0\'',1,'2022-09-23 17:17:56',0,NULL,0,NULL,1),(1198,_binary 'INSERT INTO cw_form_view_setting \n (prime_view_module_id,form_view_type,form_view_type_mode,form_view_label_name,form_view_heading,form_view_for,view_user_right,form_view_show,form_view_sort,\n trans_created_by,trans_created_date) VALUES (\'company_information\',\'2\',\'\',\'onboarding_setting\',\'onboarding setting\',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'1\',\'8\',\'1\',\'2022-09-30 16:56:04\')',1,'2022-09-30 16:56:04',0,NULL,0,NULL,1),(1199,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\' WHERE input_for = \'1198\'',1,'2022-09-30 16:56:04',0,NULL,0,NULL,1),(1200,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'232\',\'company_information\',\'8\',\'aadhar_token\',\'Aadhar Token\',\'aadhar token\',\'0\',\'0\',\'0\',\'0\',\' \',\'1\',\'\',\'1\',\'0\',\'1\',\'1\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-09-30 16:56:51\')',1,'2022-09-30 16:56:51',0,NULL,0,NULL,1),(1201,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', ADD aadhar_token TEXT NULL AFTER max_effective_months, CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-09-30 16:56:51',0,NULL,0,NULL,1),(1202,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-09-30 16:56:51',0,NULL,0,NULL,1),(1203,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-09-30 16:56:51',0,NULL,0,NULL,1),(1204,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-09-30 16:56:51',0,NULL,0,NULL,1),(1205,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-09-30 16:56:51',0,NULL,0,NULL,1),(1206,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-09-30 16:56:51',0,NULL,0,NULL,1),(1207,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-09-30 16:56:51',0,NULL,0,NULL,1),(1208,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-09-30 16:56:51',0,NULL,0,NULL,1),(1209,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-09-30 16:56:51',0,NULL,0,NULL,1),(1210,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-09-30 16:56:51',0,NULL,0,NULL,1),(1211,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-09-30 16:56:51',0,NULL,0,NULL,1),(1212,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'232\',\'company_information\',\'5\',\'aadhar_validation\',\'Aadhar Validation\',\'aadhar validation\',\'0\',\'0\',\'0\',\'0\',\'prime_status_mode_id,status_mode_value\',\'1\',\'2\',\'1\',\'0\',\'1\',\'2\',\'1\',\'2\',\'cw_status_mode\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'status_mode_value\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-09-30 17:02:48\')',1,'2022-09-30 17:02:48',0,NULL,0,NULL,1),(1213,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', ADD aadhar_validation varchar(100) NULL DEFAULT \'2\' AFTER aadhar_token, CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_token aadhar_token TEXT NULL, CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-09-30 17:02:48',0,NULL,0,NULL,1),(1214,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-09-30 17:02:48',0,NULL,0,NULL,1),(1215,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-09-30 17:02:48',0,NULL,0,NULL,1),(1216,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-09-30 17:02:48',0,NULL,0,NULL,1),(1217,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-09-30 17:02:48',0,NULL,0,NULL,1),(1218,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-09-30 17:02:48',0,NULL,0,NULL,1),(1219,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-09-30 17:02:48',0,NULL,0,NULL,1),(1220,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-09-30 17:02:48',0,NULL,0,NULL,1),(1221,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-09-30 17:02:48',0,NULL,0,NULL,1),(1222,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-09-30 17:02:48',0,NULL,0,NULL,1),(1223,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-09-30 17:02:48',0,NULL,0,NULL,1),(1224,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'232\',\'company_information\',\'1\',\'generate_otp_url\',\'Generate Otp Url\',\'generate otp url\',\'2\',\'0\',\'250\',\'0\',\' \',\'1\',\'\',\'1\',\'0\',\'1\',\'3\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-09-30 17:03:34\')',1,'2022-09-30 17:03:34',0,NULL,0,NULL,1),(1225,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', ADD generate_otp_url varchar(250) NULL DEFAULT \'\' AFTER aadhar_validation, CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_validation aadhar_validation varchar(100) NULL DEFAULT \'2\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_token aadhar_token TEXT NULL, CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-09-30 17:03:34',0,NULL,0,NULL,1),(1226,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-09-30 17:03:34',0,NULL,0,NULL,1),(1227,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-09-30 17:03:34',0,NULL,0,NULL,1),(1228,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-09-30 17:03:34',0,NULL,0,NULL,1),(1229,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-09-30 17:03:34',0,NULL,0,NULL,1),(1230,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-09-30 17:03:34',0,NULL,0,NULL,1),(1231,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-09-30 17:03:34',0,NULL,0,NULL,1),(1232,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-09-30 17:03:34',0,NULL,0,NULL,1),(1233,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-09-30 17:03:34',0,NULL,0,NULL,1),(1234,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-09-30 17:03:34',0,NULL,0,NULL,1),(1235,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-09-30 17:03:34',0,NULL,0,NULL,1),(1236,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'232\',\'company_information\',\'1\',\'send_otp_url\',\'Send Otp Url\',\'send otp url\',\'2\',\'0\',\'250\',\'0\',\' \',\'1\',\'\',\'1\',\'0\',\'1\',\'4\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-09-30 17:04:13\')',1,'2022-09-30 17:04:13',0,NULL,0,NULL,1),(1237,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', ADD send_otp_url varchar(250) NULL DEFAULT \'\' AFTER generate_otp_url, CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE generate_otp_url generate_otp_url varchar(250) NULL DEFAULT \'\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_validation aadhar_validation varchar(100) NULL DEFAULT \'2\', CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_token aadhar_token TEXT NULL, CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-09-30 17:04:13',0,NULL,0,NULL,1),(1238,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-09-30 17:04:13',0,NULL,0,NULL,1),(1239,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-09-30 17:04:13',0,NULL,0,NULL,1),(1240,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-09-30 17:04:13',0,NULL,0,NULL,1),(1241,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-09-30 17:04:13',0,NULL,0,NULL,1),(1242,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-09-30 17:04:13',0,NULL,0,NULL,1),(1243,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-09-30 17:04:13',0,NULL,0,NULL,1),(1244,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-09-30 17:04:13',0,NULL,0,NULL,1),(1245,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-09-30 17:04:13',0,NULL,0,NULL,1),(1246,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-09-30 17:04:13',0,NULL,0,NULL,1),(1247,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-09-30 17:04:13',0,NULL,0,NULL,1),(1248,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:05:29\' WHERE prime_form_id = \'1761\' AND prime_module_id = \'company_information\' AND input_for = \'232\'',1,'2022-09-30 17:05:29',0,NULL,0,NULL,1),(1249,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:05:29\' WHERE prime_form_id = \'1760\' AND prime_module_id = \'company_information\' AND input_for = \'232\'',1,'2022-09-30 17:05:29',0,NULL,0,NULL,1),(1250,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:05:29\' WHERE prime_form_id = \'1762\' AND prime_module_id = \'company_information\' AND input_for = \'232\'',1,'2022-09-30 17:05:29',0,NULL,0,NULL,1),(1251,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:05:29\' WHERE prime_form_id = \'1763\' AND prime_module_id = \'company_information\' AND input_for = \'232\'',1,'2022-09-30 17:05:29',0,NULL,0,NULL,1),(1252,_binary 'INSERT INTO cw_form_view_setting \n (prime_view_module_id,form_view_type,form_view_type_mode,form_view_label_name,form_view_heading,form_view_for,view_user_right,form_view_show,form_view_sort,\n trans_created_by,trans_created_date) VALUES (\'employees\',\'2\',\'\',\'verification\',\'verification\',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'1\',\'17\',\'1\',\'2022-09-30 17:14:32\')',1,'2022-09-30 17:14:32',0,NULL,0,NULL,1),(1253,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\' WHERE input_for = \'1252\'',1,'2022-09-30 17:14:32',0,NULL,0,NULL,1),(1254,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'233\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1255,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'1\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1256,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'32\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1257,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'33\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1258,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'34\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1259,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'49\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1260,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'38\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1261,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'40\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1262,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'69\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1263,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'134\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1264,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'207\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1265,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'222\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1266,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'223\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1267,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'72\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1268,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'111\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1269,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'125\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1270,_binary 'UPDATE cw_form_view_setting SET form_view_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:15:32\' WHERE prime_form_view_id = \'118\' AND prime_view_module_id = \'employees\'',1,'2022-09-30 17:15:32',0,NULL,0,NULL,1),(1271,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'233\',\'employees\',\'1\',\'aadhar_client_id\',\'Aadhar Client Id\',\'aadhar client id\',\'2\',\'0\',\'100\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'1\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-09-30 17:16:55\')',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1272,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', ADD aadhar_client_id varchar(100) NULL DEFAULT \'\' AFTER s_md',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1273,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1274,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1275,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1276,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1277,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1278,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1279,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1280,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1281,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1282,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1283,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1284,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1285,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1286,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1287,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1288,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:16:55',0,NULL,0,NULL,1),(1289,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1290,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1291,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1292,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1293,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1294,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1295,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1296,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1297,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1298,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1299,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1300,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1301,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1302,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1303,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1304,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1305,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1306,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1307,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1308,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1309,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1310,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1311,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1312,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1313,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1314,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1315,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1316,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1317,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1318,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 17:16:56',0,NULL,0,NULL,1),(1319,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'233\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'aadhar_client_id\',view_name = \'Aadhar Client Id\',short_name = \'aadhar client id\',text_type = \'2\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 17:19:36\' WHERE prime_form_id = \'1764\'',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1320,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1321,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1322,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1323,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1324,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1325,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1326,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1327,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1328,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1329,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1330,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1331,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1332,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1333,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1334,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1335,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1336,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1337,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1338,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1339,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1340,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1341,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1342,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1343,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1344,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1345,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1346,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1347,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1348,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1349,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1350,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1351,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1352,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1353,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1354,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1355,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1356,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1357,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1358,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1359,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1360,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1361,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1362,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1363,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1364,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1365,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1366,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1367,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1368,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1369,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',ADD aadhar_client_id varchar(100) NULL DEFAULT \'\' AFTER s_md',1,'2022-09-30 17:19:36',0,NULL,0,NULL,1),(1370,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',ADD aadhar_client_id varchar(100) NULL DEFAULT \'\' AFTER s_md',1,'2022-09-30 17:19:37',0,NULL,0,NULL,1),(1371,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'233\',\'employees\',\'1\',\'aadhar_no\',\'Aadhar No\',\'aadhar no\',\'3\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'2\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-09-30 17:20:21\')',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1372,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', ADD aadhar_no varchar(50) NULL DEFAULT \'\' AFTER aadhar_client_id, CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1373,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1374,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1375,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1376,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1377,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1378,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1379,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1380,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1381,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1382,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1383,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1384,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1385,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1386,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1387,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1388,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1389,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1390,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1391,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1392,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1393,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1394,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1395,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1396,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1397,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1398,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1399,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1400,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1401,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1402,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1403,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1404,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1405,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1406,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1407,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1408,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1409,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1410,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1411,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1412,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1413,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1414,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1415,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1416,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1417,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1418,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1419,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1420,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1421,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',ADD aadhar_no varchar(50) NULL DEFAULT \'\' AFTER aadhar_client_id',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1422,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',ADD aadhar_no varchar(50) NULL DEFAULT \'\' AFTER aadhar_client_id',1,'2022-09-30 17:20:21',0,NULL,0,NULL,1),(1423,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'233\',\'employees\',\'3\',\'aadhar_validate_sts\',\'Aadhar Validate Status\',\'aadhar validate status\',\'0\',\'0\',\'10\',\'0\',\' \',\'1\',\'0\',\'0\',\'0\',\'1\',\'3\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-09-30 17:20:53\')',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1424,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', ADD aadhar_validate_sts int(10) NULL DEFAULT \'0\' AFTER aadhar_no, CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1425,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1426,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1427,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1428,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1429,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1430,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1431,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1432,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1433,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1434,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1435,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1436,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1437,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1438,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1439,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1440,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1441,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1442,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1443,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1444,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1445,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1446,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1447,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1448,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1449,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1450,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1451,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1452,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1453,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1454,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1455,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1456,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1457,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1458,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1459,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1460,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1461,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1462,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1463,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1464,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1465,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1466,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1467,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1468,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1469,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1470,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1471,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1472,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1473,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',ADD aadhar_validate_sts int(10) NULL DEFAULT \'0\' AFTER aadhar_no',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1474,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',ADD aadhar_validate_sts int(10) NULL DEFAULT \'0\' AFTER aadhar_no',1,'2022-09-30 17:20:53',0,NULL,0,NULL,1),(1475,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'233\',\'employees\',\'1\',\'send_otp\',\'Enter Otp\',\'enter otp\',\'2\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'4\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-09-30 17:21:32\')',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1476,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', ADD send_otp varchar(50) NULL DEFAULT \'\' AFTER aadhar_validate_sts, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1477,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1478,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1479,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1480,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1481,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1482,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1483,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1484,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1485,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1486,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1487,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1488,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1489,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1490,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1491,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1492,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1493,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1494,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1495,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1496,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1497,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1498,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1499,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1500,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1501,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1502,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1503,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1504,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1505,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1506,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1507,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1508,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1509,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1510,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1511,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1512,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1513,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1514,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1515,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1516,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1517,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1518,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1519,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1520,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1521,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1522,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1523,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1524,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1525,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',ADD send_otp varchar(50) NULL DEFAULT \'\' AFTER aadhar_validate_sts',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1526,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',ADD send_otp varchar(50) NULL DEFAULT \'\' AFTER aadhar_validate_sts',1,'2022-09-30 17:21:32',0,NULL,0,NULL,1),(1527,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"205\",\"enroll_type\",\"Enroll Type\",\"partially_dynamic\",\"5\",\"21\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"2\",\"\",\"1\",\"2022-09-30 06:32:00\")',1,'2022-09-30 18:32:00',0,NULL,0,NULL,1),(1528,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"enroll_type\",\"enroll_type\")',1,'2022-09-30 18:32:00',0,NULL,0,NULL,1),(1529,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"enroll_type\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-09-30 18:32:00',0,NULL,0,NULL,1),(1530,_binary 'INSERT INTO cw_form_view_setting \n (prime_view_module_id,form_view_type,form_view_type_mode,form_view_label_name,form_view_heading,form_view_for,view_user_right,form_view_show,form_view_sort,\n trans_created_by,trans_created_date) VALUES (\'enroll_type\',\'1\',\'\',\'enroll_type_details\',\'enroll type\',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'1\',\'1\',\'1\',\'2022-09-30 18:32:49\')',1,'2022-09-30 18:32:49',0,NULL,0,NULL,1),(1531,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'1530\'',1,'2022-09-30 18:32:49',0,NULL,0,NULL,1),(1532,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'234\',\'enroll_type\',\'1\',\'enroll_type\',\'Enroll Type\',\'enroll type\',\'1\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'1\',\'1\',\'1\',\'1\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-09-30 18:33:21\')',1,'2022-09-30 18:33:21',0,NULL,0,NULL,1),(1533,_binary 'CREATE TABLE IF NOT EXISTS cw_enroll_type(prime_enroll_type_id int(11) NOT NULL AUTO_INCREMENT,enroll_type varchar(50) NULL DEFAULT \'\', UNIQUE(enroll_type), trans_created_by INT(11) NULL DEFAULT \'0\', trans_created_date DATETIME NULL DEFAULT NULL, trans_updated_by INT(11) NULL DEFAULT \'0\', trans_updated_date DATETIME NULL DEFAULT NULL, trans_deleted_by INT(11) NULL DEFAULT \'0\', trans_deleted_date DATETIME NULL DEFAULT NULL,trans_status INT(11) NULL DEFAULT \'1\',PRIMARY KEY (`prime_enroll_type_id`))',1,'2022-09-30 18:33:21',0,NULL,0,NULL,1),(1534,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'1\',\'employees\',\'5\',\'enroll_type\',\'Enroll Type\',\'enroll type\',\'0\',\'0\',\'0\',\'0\',\'prime_enroll_status_id,enroll_status_value\',\'1\',\'3\',\'0\',\'0\',\'1\',\'20\',\'1\',\'2\',\'cw_enroll_status\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'enroll_status_value\',\'1\',\'1\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-09-30 18:37:18\')',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1535,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', ADD enroll_type varchar(100) NULL DEFAULT \'3\' AFTER send_otp, CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1536,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1537,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1538,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1539,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1540,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1541,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1542,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1543,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1544,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1545,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1546,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1547,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1548,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1549,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1550,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1551,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1552,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1553,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1554,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1555,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1556,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1557,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1558,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1559,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1560,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1561,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1562,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1563,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1564,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1565,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1566,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1567,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1568,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1569,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1570,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1571,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1572,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1573,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1574,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1575,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1576,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1577,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1578,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1579,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1580,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1581,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1582,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1583,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1584,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',ADD enroll_type varchar(100) NULL DEFAULT \'3\' AFTER send_otp',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1585,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',ADD enroll_type varchar(100) NULL DEFAULT \'3\' AFTER send_otp',1,'2022-09-30 18:37:18',0,NULL,0,NULL,1),(1586,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'enroll_type\',view_name = \'Enroll Type\',short_name = \'enroll type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_enroll_type_id,enroll_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_enroll_type\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'3\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'enroll_type\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'1\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 18:43:27\' WHERE prime_form_id = \'1769\'',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1587,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1588,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1589,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1590,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1591,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1592,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1593,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1594,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1595,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1596,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1597,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1598,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1599,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1600,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1601,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1602,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1603,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1604,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1605,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1606,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1607,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1608,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1609,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1610,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1611,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:27',0,NULL,0,NULL,1),(1612,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1613,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1614,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1615,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1616,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1617,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1618,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1619,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1620,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1621,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1622,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1623,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1624,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1625,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1626,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1627,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1628,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1629,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1630,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1631,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1632,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1633,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1634,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1635,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1636,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\'',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1637,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\'',1,'2022-09-30 18:43:28',0,NULL,0,NULL,1),(1638,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'69\',\'employees\',\'5\',\'new_hire\',\'New Hire\',\'new hire\',\'0\',\'0\',\'0\',\'0\',\'True,False\',\'1\',\'0\',\'0\',\'0\',\'1\',\'9\',\'2\',\'2\',\'cw_enroll_status\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-09-30 18:45:19\')',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1639,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', ADD new_hire varchar(100) NULL DEFAULT \'0\' AFTER enroll_type, CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1640,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1641,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1642,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1643,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1644,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1645,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1646,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1647,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1648,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1649,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1650,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1651,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1652,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1653,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1654,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1655,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1656,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1657,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1658,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1659,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1660,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1661,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1662,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1663,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1664,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1665,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1666,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1667,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1668,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1669,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1670,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1671,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1672,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1673,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1674,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1675,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1676,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1677,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1678,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1679,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1680,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1681,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1682,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1683,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1684,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1685,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1686,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1687,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1688,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',ADD new_hire varchar(100) NULL DEFAULT \'0\' AFTER enroll_type',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1);
INSERT INTO `cw_all_setting_queries` (`prime_all_setting_queries_id`, `all_setting_query`, `trans_created_by`, `trans_created_date`, `trans_updated_by`, `trans_updated_date`, `trans_deleted_by`, `trans_deleted_date`, `trans_status`) VALUES (1689,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',ADD new_hire varchar(100) NULL DEFAULT \'0\' AFTER enroll_type',1,'2022-09-30 18:45:19',0,NULL,0,NULL,1),(1690,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'enroll_type\',view_name = \'Enroll Type\',short_name = \'enroll type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_enroll_type_id,enroll_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_enroll_type\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'3\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'enroll_type\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'1\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 18:46:01\' WHERE prime_form_id = \'1769\'',1,'2022-09-30 18:46:01',0,NULL,0,NULL,1),(1691,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1692,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1693,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1694,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1695,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1696,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1697,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1698,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1699,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1700,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1701,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1702,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1703,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1704,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1705,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1706,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1707,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1708,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1709,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1710,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1711,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1712,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1713,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1714,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1715,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1716,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1717,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1718,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1719,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1720,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1721,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1722,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1723,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1724,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1725,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1726,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1727,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1728,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1729,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1730,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1731,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1732,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1733,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1734,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1735,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1736,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1737,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1738,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1739,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1740,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\'',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1741,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\'',1,'2022-09-30 18:46:02',0,NULL,0,NULL,1),(1742,_binary 'UPDATE cw_form_setting SET input_view_type = \'3\',input_for = \'38\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'standard\',view_name = \'Standard\',short_name = \'Standard\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_qualification_id,qualification\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_qualification\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'qualification\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 18:49:16\' WHERE prime_form_id = \'980\'',1,'2022-09-30 18:49:16',0,NULL,0,NULL,1),(1743,_binary 'ALTER TABLE cw_employees_academic CHANGE course_grade_or_class course_grade_or_class decimal(15,2) NULL DEFAULT \'0\', CHANGE year_of_passing year_of_passing varchar(50) NULL DEFAULT \'\', CHANGE course_year_of_passing course_year_of_passing date NULL DEFAULT NULL, CHANGE course_degree_name course_degree_name varchar(150) NULL DEFAULT \'\', CHANGE course_institution_name course_institution_name varchar(150) NULL DEFAULT \'\', CHANGE standard standard varchar(100) NULL DEFAULT \'0\'',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1744,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1745,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1746,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1747,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1748,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1749,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1750,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1751,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1752,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1753,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1754,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1755,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1756,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1757,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1758,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1759,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1760,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1761,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1762,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1763,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1764,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1765,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1766,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1767,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1768,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1769,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1770,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1771,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1772,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1773,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1774,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1775,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1776,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1777,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1778,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1779,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1780,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1781,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1782,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1783,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1784,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1785,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1786,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1787,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1788,_binary 'ALTER TABLE cw_custom_employees_academic CHANGE course_grade_or_class course_grade_or_class decimal(15,2) NULL DEFAULT \'0\',CHANGE year_of_passing year_of_passing varchar(50) NULL DEFAULT \'\',CHANGE course_year_of_passing course_year_of_passing date NULL DEFAULT NULL,CHANGE course_degree_name course_degree_name varchar(150) NULL DEFAULT \'\',CHANGE course_institution_name course_institution_name varchar(150) NULL DEFAULT \'\',CHANGE standard standard varchar(100) NULL DEFAULT \'0\'',1,'2022-09-30 18:49:17',0,NULL,0,NULL,1),(1789,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'69\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'stop_pay_status\',view_name = \'Stop Pay Status\',short_name = \'Stop Pay\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \'prime_payhold_status_id,payhold_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_payhold_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'payhold_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'1\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 18:51:13\' WHERE prime_form_id = \'429\'',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1790,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1791,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1792,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1793,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1794,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1795,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1796,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1797,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1798,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1799,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1800,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1801,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1802,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1803,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1804,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1805,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1806,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1807,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1808,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1809,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1810,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1811,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1812,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1813,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1814,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1815,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1816,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1817,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1818,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1819,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1820,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1821,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1822,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1823,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1824,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1825,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1826,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1827,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1828,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1829,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1830,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1831,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1832,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1833,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1834,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1835,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1836,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1837,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1838,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1839,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\'',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1840,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\'',1,'2022-09-30 18:51:13',0,NULL,0,NULL,1),(1841,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"206\",\"new_hire\",\"New Hire\",\"dynamic\",\"5\",\"21\",\"1,2\",\"1,2\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"2\",\"\",\"1\",\"2022-09-30 06:54:16\")',1,'2022-09-30 18:54:16',0,NULL,0,NULL,1),(1842,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"new_hire\",\"new_hire\")',1,'2022-09-30 18:54:16',0,NULL,0,NULL,1),(1843,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"new_hire\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-09-30 18:54:16',0,NULL,0,NULL,1),(1844,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"2\",module_name = \"New Hire\",module_type = \"dynamic\",menu_id = \"5\",sub_menu_id = \"21\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-09-30 06:54:22\" where module_id = \"new_hire\"',1,'2022-09-30 18:54:22',0,NULL,0,NULL,1),(1845,_binary 'INSERT INTO cw_form_view_setting \n (prime_view_module_id,form_view_type,form_view_type_mode,form_view_label_name,form_view_heading,form_view_for,view_user_right,form_view_show,form_view_sort,\n trans_created_by,trans_created_date) VALUES (\'new_hire\',\'1\',\'\',\'new_hire_details\',\'new hire\',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'1\',\'1\',\'1\',\'2022-09-30 18:54:50\')',1,'2022-09-30 18:54:50',0,NULL,0,NULL,1),(1846,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'1845\'',1,'2022-09-30 18:54:50',0,NULL,0,NULL,1),(1847,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'235\',\'new_hire\',\'1\',\'new_hire\',\'New Hire\',\'new hire\',\'1\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'1\',\'1\',\'1\',\'1\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-09-30 18:55:16\')',1,'2022-09-30 18:55:16',0,NULL,0,NULL,1),(1848,_binary 'CREATE TABLE IF NOT EXISTS cw_new_hire(prime_new_hire_id int(11) NOT NULL AUTO_INCREMENT,new_hire varchar(50) NULL DEFAULT \'\', UNIQUE(new_hire), trans_created_by INT(11) NULL DEFAULT \'0\', trans_created_date DATETIME NULL DEFAULT NULL, trans_updated_by INT(11) NULL DEFAULT \'0\', trans_updated_date DATETIME NULL DEFAULT NULL, trans_deleted_by INT(11) NULL DEFAULT \'0\', trans_deleted_date DATETIME NULL DEFAULT NULL,trans_status INT(11) NULL DEFAULT \'1\',PRIMARY KEY (`prime_new_hire_id`))',1,'2022-09-30 18:55:16',0,NULL,0,NULL,1),(1849,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'69\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'new_hire\',view_name = \'New Hire\',short_name = \'new hire\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_new_hire_id,new_hire\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_new_hire\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'new_hire\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-09-30 18:56:05\' WHERE prime_form_id = \'1770\'',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1850,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1851,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1852,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1853,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1854,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1855,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1856,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1857,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1858,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1859,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1860,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1861,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1862,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1863,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1864,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1865,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1866,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1867,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1868,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1869,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1870,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1871,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1872,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1873,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1874,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1875,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1876,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1877,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1878,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1879,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1880,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1881,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1882,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1883,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1884,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1885,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1886,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1887,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1888,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1889,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1890,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1891,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1892,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1893,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1894,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1895,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1896,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1897,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1898,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1899,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\'',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1900,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\'',1,'2022-09-30 18:56:05',0,NULL,0,NULL,1),(1901,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'1\',\'employees\',\'5\',\'state\',\'State\',\'state\',\'0\',\'0\',\'0\',\'0\',\'prime_state_id,state_name\',\'1\',\'0\',\'0\',\'0\',\'1\',\'21\',\'1\',\'2\',\'cw_state\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'state_name\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-01 10:08:40\')',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1902,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', ADD state varchar(100) NULL DEFAULT \'0\' AFTER new_hire, CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1903,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1904,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1905,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1906,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1907,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1908,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1909,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1910,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1911,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1912,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1913,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1914,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1915,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1916,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1917,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1918,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1919,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1920,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1921,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1922,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1923,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1924,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1925,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1926,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1927,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1928,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1929,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1930,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1931,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1932,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1933,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1934,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1935,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1936,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1937,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1938,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1939,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1940,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1941,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1942,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1943,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1944,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1945,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1946,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:08:40',0,NULL,0,NULL,1),(1947,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:08:41',0,NULL,0,NULL,1),(1948,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:08:41',0,NULL,0,NULL,1),(1949,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:08:41',0,NULL,0,NULL,1),(1950,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:08:41',0,NULL,0,NULL,1),(1951,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',ADD state varchar(100) NULL DEFAULT \'0\' AFTER new_hire',1,'2022-10-01 10:08:41',0,NULL,0,NULL,1),(1952,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',ADD state varchar(100) NULL DEFAULT \'0\' AFTER new_hire',1,'2022-10-01 10:08:41',0,NULL,0,NULL,1),(1953,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'1\',\'employees\',\'1\',\'street\',\'Street\',\'street\',\'1\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'22\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-01 10:09:11\')',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1954,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', ADD street varchar(50) NULL DEFAULT \'\' AFTER state, CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1955,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1956,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1957,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1958,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1959,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1960,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1961,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1962,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1963,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1964,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1965,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1966,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1967,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1968,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1969,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1970,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1971,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1972,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1973,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1974,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1975,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1976,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1977,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1978,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1979,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:11',0,NULL,0,NULL,1),(1980,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1981,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1982,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1983,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1984,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1985,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1986,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1987,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1988,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1989,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1990,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1991,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1992,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1993,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1994,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1995,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1996,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1997,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1998,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(1999,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(2000,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(2001,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(2002,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(2003,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',ADD street varchar(50) NULL DEFAULT \'\' AFTER state',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(2004,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',ADD street varchar(50) NULL DEFAULT \'\' AFTER state',1,'2022-10-01 10:09:12',0,NULL,0,NULL,1),(2005,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'1\',\'employees\',\'1\',\'sub_district\',\'Sub District\',\'sub district\',\'1\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'23\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-01 10:09:47\')',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2006,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', ADD sub_district varchar(50) NULL DEFAULT \'\' AFTER street, CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2007,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2008,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2009,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2010,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2011,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2012,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2013,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2014,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2015,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2016,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2017,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2018,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2019,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2020,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2021,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2022,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2023,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2024,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2025,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2026,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2027,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2028,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2029,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2030,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2031,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2032,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2033,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2034,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2035,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2036,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2037,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2038,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2039,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2040,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2041,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2042,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2043,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2044,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2045,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2046,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2047,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:09:47',0,NULL,0,NULL,1),(2048,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-01 10:09:48',0,NULL,0,NULL,1),(2049,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:09:48',0,NULL,0,NULL,1),(2050,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:09:48',0,NULL,0,NULL,1),(2051,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:09:48',0,NULL,0,NULL,1),(2052,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:09:48',0,NULL,0,NULL,1),(2053,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:09:48',0,NULL,0,NULL,1),(2054,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:09:48',0,NULL,0,NULL,1),(2055,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',ADD sub_district varchar(50) NULL DEFAULT \'\' AFTER street',1,'2022-10-01 10:09:48',0,NULL,0,NULL,1),(2056,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',ADD sub_district varchar(50) NULL DEFAULT \'\' AFTER street',1,'2022-10-01 10:09:48',0,NULL,0,NULL,1),(2057,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'1\',\'employees\',\'1\',\'village_town\',\'Village Town\',\'village town\',\'2\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'24\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-01 10:10:28\')',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2058,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', ADD village_town varchar(50) NULL DEFAULT \'\' AFTER sub_district, CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2059,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2060,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2061,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2062,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2063,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2064,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2065,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2066,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2067,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2068,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2069,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2070,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2071,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2072,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2073,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2074,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2075,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2076,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2077,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2078,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2079,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2080,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2081,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2082,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2083,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2084,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2085,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2086,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2087,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2088,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2089,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2090,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2091,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2092,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2093,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2094,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2095,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2096,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2097,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2098,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2099,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2100,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2101,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2102,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2103,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2104,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2105,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2106,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2107,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',ADD village_town varchar(50) NULL DEFAULT \'\' AFTER sub_district',1,'2022-10-01 10:10:28',0,NULL,0,NULL,1),(2108,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',ADD village_town varchar(50) NULL DEFAULT \'\' AFTER sub_district',1,'2022-10-01 10:10:29',0,NULL,0,NULL,1),(2109,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'1\',\'employees\',\'1\',\'care_of\',\'Care Of\',\'care of\',\'2\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'25\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-01 10:11:10\')',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2110,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', ADD care_of varchar(50) NULL DEFAULT \'\' AFTER village_town, CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2111,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2112,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2113,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2114,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2115,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2116,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2117,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2118,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2119,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2120,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2121,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2122,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2123,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2124,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2125,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2126,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2127,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2128,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2129,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2130,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2131,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2132,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2133,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2134,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2135,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2136,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2137,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2138,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2139,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2140,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2141,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2142,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2143,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2144,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2145,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2146,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2147,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2148,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2149,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2150,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2151,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2152,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2153,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2154,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2155,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2156,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2157,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2158,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2159,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',ADD care_of varchar(50) NULL DEFAULT \'\' AFTER village_town',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2160,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',ADD care_of varchar(50) NULL DEFAULT \'\' AFTER village_town',1,'2022-10-01 10:11:10',0,NULL,0,NULL,1),(2161,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'1\',\'employees\',\'1\',\'country\',\'Country\',\'country\',\'1\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'26\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-01 10:14:36\')',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2162,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', ADD country varchar(50) NULL DEFAULT \'\' AFTER care_of, CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2163,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2164,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2165,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2166,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2167,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2168,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2169,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2170,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2171,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2172,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2173,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2174,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2175,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2176,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2177,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2178,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2179,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2180,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2181,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2182,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2183,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2184,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2185,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2186,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2187,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2188,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2189,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2190,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2191,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2192,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2193,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2194,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2195,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2196,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2197,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2198,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2199,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2200,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2201,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2202,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2203,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2204,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2205,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2206,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2207,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2208,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2209,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2210,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2211,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',ADD country varchar(50) NULL DEFAULT \'\' AFTER care_of',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2212,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',ADD country varchar(50) NULL DEFAULT \'\' AFTER care_of',1,'2022-10-01 10:14:36',0,NULL,0,NULL,1),(2213,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'1\',\'employees\',\'1\',\'district\',\'District\',\'district\',\'1\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'27\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-01 10:15:28\')',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2214,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', ADD district varchar(50) NULL DEFAULT \'\' AFTER country, CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2215,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2216,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2217,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2218,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2219,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2220,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2221,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2222,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2223,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2224,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2225,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2226,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2227,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2228,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2229,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2230,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2231,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2232,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2233,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2234,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2235,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2236,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2237,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2238,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2239,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2240,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2241,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2242,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2243,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2244,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2245,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2246,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2247,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2248,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2249,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2250,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2251,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2252,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2253,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2254,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2255,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2256,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2257,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2258,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2259,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2260,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2261,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2262,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2263,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',ADD district varchar(50) NULL DEFAULT \'\' AFTER country',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2264,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',ADD district varchar(50) NULL DEFAULT \'\' AFTER country',1,'2022-10-01 10:15:28',0,NULL,0,NULL,1),(2265,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'1\',\'employees\',\'1\',\'post_office\',\'Post Office\',\'post office\',\'1\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'28\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-01 10:16:24\')',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2266,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', ADD post_office varchar(50) NULL DEFAULT \'\' AFTER district, CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2267,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2268,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2269,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2270,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2271,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2272,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2273,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2274,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2275,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2276,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2277,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2278,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2279,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2280,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2281,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2282,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2283,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-01 10:16:24',0,NULL,0,NULL,1),(2284,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2285,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2286,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2287,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2288,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2289,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2290,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2291,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2292,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2293,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2294,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2295,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2296,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2297,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2298,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2299,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2300,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2301,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2302,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2303,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2304,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2305,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2306,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2307,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2308,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2309,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2310,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2311,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2312,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2313,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2314,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2315,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',ADD post_office varchar(50) NULL DEFAULT \'\' AFTER district',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2316,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',ADD post_office varchar(50) NULL DEFAULT \'\' AFTER district',1,'2022-10-01 10:16:25',0,NULL,0,NULL,1),(2317,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'1\',\'employees\',\'1\',\'landmark\',\'Landmark\',\'landmark\',\'1\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'29\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-01 10:17:07\')',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2318,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', ADD landmark varchar(50) NULL DEFAULT \'\' AFTER post_office, CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2319,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2320,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2321,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2322,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2323,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2324,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2325,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2326,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2327,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2328,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2329,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2330,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2331,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2332,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2333,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2334,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2335,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2336,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2337,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2338,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2339,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2340,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2341,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2342,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2343,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2344,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2345,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2346,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2347,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2348,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2349,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2350,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2351,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2352,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2353,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2354,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2355,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2356,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2357,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2358,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2359,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2360,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2361,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2362,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2363,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2364,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2365,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2366,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2367,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',ADD landmark varchar(50) NULL DEFAULT \'\' AFTER post_office',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2368,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',ADD landmark varchar(50) NULL DEFAULT \'\' AFTER post_office',1,'2022-10-01 10:17:07',0,NULL,0,NULL,1),(2369,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'1\',\'employees\',\'1\',\'house_no\',\'House No\',\'house no\',\'2\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'30\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-01 10:17:49\')',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2370,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', ADD house_no varchar(50) NULL DEFAULT \'\' AFTER landmark, CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2371,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2372,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2373,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2374,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2375,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2376,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2377,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2378,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2379,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2380,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2381,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2382,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2383,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2384,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2385,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2386,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2387,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2388,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2389,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2390,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2391,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2392,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2393,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2394,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2395,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2396,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2397,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2398,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2399,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2400,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2401,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2402,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2403,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2404,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2405,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2406,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2407,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2408,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2409,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2410,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2411,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2412,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2413,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2414,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2415,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2416,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2417,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2418,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2419,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',ADD house_no varchar(50) NULL DEFAULT \'\' AFTER landmark',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2420,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',ADD house_no varchar(50) NULL DEFAULT \'\' AFTER landmark',1,'2022-10-01 10:17:49',0,NULL,0,NULL,1),(2421,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'125\',\'employees\',\'10\',\'aadhar_image\',\'Aadhar Image\',\'aadhar image\',\'0\',\'0\',\'0\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'5\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'1,3\',\'xls,pdf,xlsx,txt,jpeg,jpg,png,svg\',\'3000\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-01 10:19:05\')',1,'2022-10-01 10:19:05',0,NULL,0,NULL,1),(2422,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', ADD aadhar_image TEXT NULL AFTER house_no, CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2423,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2424,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2425,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2426,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2427,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2428,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2429,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2430,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2431,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2432,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2433,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2434,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2435,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2436,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2437,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2438,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2439,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2440,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2441,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2442,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2443,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2444,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2445,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2446,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2447,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2448,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2449,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2450,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2451,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2452,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2453,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2454,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2455,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2456,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2457,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2458,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2459,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2460,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2461,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2462,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2463,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2464,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2465,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2466,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2467,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2468,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2469,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2470,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2471,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',ADD aadhar_image TEXT NULL AFTER house_no',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2472,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',ADD aadhar_image TEXT NULL AFTER house_no',1,'2022-10-01 10:19:06',0,NULL,0,NULL,1),(2473,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'227\',\'company_information\',\'5\',\'payslip_based_on\',\'Payslip Based On\',\'payslip based on\',\'0\',\'0\',\'0\',\'0\',\'label_name,view_name\',\'1\',\'0\',\'1\',\'0\',\'1\',\'3\',\'1\',\'2\',\'cw_form_setting\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'view_name\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-01 11:33:18\')',1,'2022-10-01 11:33:18',0,NULL,0,NULL,1),(2474,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE send_otp_url send_otp_url varchar(250) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE generate_otp_url generate_otp_url varchar(250) NULL DEFAULT \'\', ADD payslip_based_on varchar(100) NULL DEFAULT \'0\' AFTER send_otp_url, CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_token aadhar_token TEXT NULL, CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_validation aadhar_validation varchar(100) NULL DEFAULT \'2\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-10-01 11:33:18',0,NULL,0,NULL,1),(2475,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-10-01 11:33:18',0,NULL,0,NULL,1),(2476,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-10-01 11:33:18',0,NULL,0,NULL,1),(2477,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-10-01 11:33:18',0,NULL,0,NULL,1),(2478,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-10-01 11:33:18',0,NULL,0,NULL,1),(2479,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-10-01 11:33:18',0,NULL,0,NULL,1),(2480,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-01 11:33:18',0,NULL,0,NULL,1),(2481,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-01 11:33:18',0,NULL,0,NULL,1),(2482,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-10-01 11:33:18',0,NULL,0,NULL,1),(2483,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-01 11:33:18',0,NULL,0,NULL,1),(2484,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-01 11:33:18',0,NULL,0,NULL,1),(2485,_binary 'INSERT INTO cw_pick_base_search (pick_module_id, pick_query_for, query_list_id,pick_where_condition,trans_created_by, trans_created_date) VALUES (\"company_information\",\"1\",\"1783\",\"and field_type in(^5^) and prime_module_id in(^employees^) and (earn_payroll_check = 1 or ded_payroll_check =1)\",\"1\",\"2022-10-01 11:46:22\")',1,'2022-10-01 11:46:22',0,NULL,0,NULL,1),(2486,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'232\',\'company_information\',\'3\',\'allow_past_date\',\'Allow Past Date\',\'allow past date\',\'0\',\'0\',\'10\',\'0\',\' \',\'1\',\'0\',\'1\',\'0\',\'1\',\'5\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-03 14:38:22\')',1,'2022-10-03 14:38:22',0,NULL,0,NULL,1),(2487,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', ADD allow_past_date int(10) NULL DEFAULT \'0\' AFTER payslip_based_on, CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE send_otp_url send_otp_url varchar(250) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE generate_otp_url generate_otp_url varchar(250) NULL DEFAULT \'\', CHANGE payslip_based_on payslip_based_on varchar(100) NULL DEFAULT \'0\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_token aadhar_token TEXT NULL, CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_validation aadhar_validation varchar(100) NULL DEFAULT \'2\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-10-03 14:38:23',0,NULL,0,NULL,1),(2488,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-10-03 14:38:23',0,NULL,0,NULL,1),(2489,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-10-03 14:38:23',0,NULL,0,NULL,1),(2490,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-10-03 14:38:23',0,NULL,0,NULL,1),(2491,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-10-03 14:38:23',0,NULL,0,NULL,1),(2492,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-10-03 14:38:23',0,NULL,0,NULL,1),(2493,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-03 14:38:23',0,NULL,0,NULL,1),(2494,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-03 14:38:23',0,NULL,0,NULL,1),(2495,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-10-03 14:38:23',0,NULL,0,NULL,1),(2496,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-03 14:38:23',0,NULL,0,NULL,1),(2497,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-03 14:38:23',0,NULL,0,NULL,1),(2498,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'232\',\'company_information\',\'3\',\'allow_future_date\',\'Allow Future Date\',\'allow future date\',\'0\',\'0\',\'10\',\'0\',\' \',\'1\',\'0\',\'1\',\'0\',\'1\',\'6\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-03 14:38:51\')',1,'2022-10-03 14:38:51',0,NULL,0,NULL,1),(2499,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', ADD allow_future_date int(10) NULL DEFAULT \'0\' AFTER allow_past_date, CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE allow_past_date allow_past_date int(10) NULL DEFAULT \'0\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE send_otp_url send_otp_url varchar(250) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE generate_otp_url generate_otp_url varchar(250) NULL DEFAULT \'\', CHANGE payslip_based_on payslip_based_on varchar(100) NULL DEFAULT \'0\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_token aadhar_token TEXT NULL, CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_validation aadhar_validation varchar(100) NULL DEFAULT \'2\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-10-03 14:38:51',0,NULL,0,NULL,1),(2500,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-10-03 14:38:51',0,NULL,0,NULL,1),(2501,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-10-03 14:38:51',0,NULL,0,NULL,1),(2502,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-10-03 14:38:51',0,NULL,0,NULL,1),(2503,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-10-03 14:38:51',0,NULL,0,NULL,1),(2504,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-10-03 14:38:51',0,NULL,0,NULL,1),(2505,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-03 14:38:51',0,NULL,0,NULL,1),(2506,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-03 14:38:51',0,NULL,0,NULL,1),(2507,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-10-03 14:38:51',0,NULL,0,NULL,1),(2508,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-03 14:38:51',0,NULL,0,NULL,1),(2509,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-03 14:38:51',0,NULL,0,NULL,1),(2510,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'1\',\'employees\',\'3\',\'save_type\',\'Save Type\',\'save type\',\'0\',\'0\',\'10\',\'0\',\' \',\'1\',\'0\',\'0\',\'0\',\'1\',\'31\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-03 18:32:42\')',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2511,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', ADD save_type int(10) NULL DEFAULT \'0\' AFTER aadhar_image, CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2512,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2513,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2514,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2515,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2516,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2517,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2518,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2519,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2520,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2521,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2522,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2523,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2524,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2525,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2526,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2527,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2528,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2529,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2530,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2531,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2532,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2533,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2534,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2535,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2536,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2537,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2538,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2539,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2540,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2541,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2542,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2543,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2544,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2545,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2546,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2547,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2548,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2549,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2550,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2551,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2552,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2553,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2554,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2555,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2556,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2557,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2558,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2559,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2560,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,ADD save_type int(10) NULL DEFAULT \'0\' AFTER aadhar_image',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2561,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,ADD save_type int(10) NULL DEFAULT \'0\' AFTER aadhar_image',1,'2022-10-03 18:32:42',0,NULL,0,NULL,1),(2562,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'100\',\'company_information\',\'5\',\'creation\',\'Creation\',\'creation\',\'0\',\'0\',\'0\',\'0\',\'prime_user_role_id,role_name\',\'1\',\'0\',\'1\',\'0\',\'1\',\'22\',\'1\',\'2\',\'cw_user_role\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'role_name\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-03 18:50:16\')',1,'2022-10-03 18:50:16',0,NULL,0,NULL,1),(2563,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,ADD creation varchar(100) NULL DEFAULT \'0\' AFTER allow_future_date, CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE allow_future_date allow_future_date int(10) NULL DEFAULT \'0\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE allow_past_date allow_past_date int(10) NULL DEFAULT \'0\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE send_otp_url send_otp_url varchar(250) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE generate_otp_url generate_otp_url varchar(250) NULL DEFAULT \'\', CHANGE payslip_based_on payslip_based_on varchar(100) NULL DEFAULT \'0\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_token aadhar_token TEXT NULL, CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_validation aadhar_validation varchar(100) NULL DEFAULT \'2\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-10-03 18:50:16',0,NULL,0,NULL,1),(2564,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-10-03 18:50:16',0,NULL,0,NULL,1),(2565,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-10-03 18:50:16',0,NULL,0,NULL,1),(2566,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-10-03 18:50:16',0,NULL,0,NULL,1),(2567,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-10-03 18:50:16',0,NULL,0,NULL,1),(2568,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-10-03 18:50:16',0,NULL,0,NULL,1),(2569,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-03 18:50:16',0,NULL,0,NULL,1),(2570,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-03 18:50:16',0,NULL,0,NULL,1),(2571,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-10-03 18:50:16',0,NULL,0,NULL,1),(2572,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-03 18:50:16',0,NULL,0,NULL,1),(2573,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-03 18:50:16',0,NULL,0,NULL,1),(2574,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'100\',prime_module_id = \'company_information\' ,field_type = \'7\',label_name = \'creation\',view_name = \'Creation\',short_name = \'creation\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_user_role_id,role_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_user_role\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'role_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-03 18:52:51\' WHERE prime_form_id = \'1787\'',1,'2022-10-03 18:52:51',0,NULL,0,NULL,1),(2575,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE creation creation varchar(100) NULL DEFAULT \'0\', CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE allow_future_date allow_future_date int(10) NULL DEFAULT \'0\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE allow_past_date allow_past_date int(10) NULL DEFAULT \'0\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE send_otp_url send_otp_url varchar(250) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE generate_otp_url generate_otp_url varchar(250) NULL DEFAULT \'\', CHANGE payslip_based_on payslip_based_on varchar(100) NULL DEFAULT \'0\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_token aadhar_token TEXT NULL, CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_validation aadhar_validation varchar(100) NULL DEFAULT \'2\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-10-03 18:52:51',0,NULL,0,NULL,1),(2576,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-10-03 18:52:51',0,NULL,0,NULL,1),(2577,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-10-03 18:52:51',0,NULL,0,NULL,1),(2578,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-10-03 18:52:51',0,NULL,0,NULL,1),(2579,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-10-03 18:52:51',0,NULL,0,NULL,1),(2580,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-10-03 18:52:51',0,NULL,0,NULL,1),(2581,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-03 18:52:51',0,NULL,0,NULL,1),(2582,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-03 18:52:51',0,NULL,0,NULL,1),(2583,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-10-03 18:52:51',0,NULL,0,NULL,1),(2584,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-03 18:52:51',0,NULL,0,NULL,1),(2585,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-03 18:52:51',0,NULL,0,NULL,1),(2586,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'637\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2587,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'638\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2588,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'639\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2589,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'640\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2590,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'641\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2591,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'642\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2592,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'643\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2593,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'644\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2594,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'645\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2595,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'646\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2596,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'647\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2597,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'648\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2598,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'649\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2599,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'650\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2600,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'687\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2601,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'1107\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2602,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'1582\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2603,_binary 'UPDATE cw_form_setting SET field_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'1583\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2604,_binary 'UPDATE cw_form_setting SET field_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'1787\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2605,_binary 'UPDATE cw_form_setting SET field_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'1735\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2606,_binary 'UPDATE cw_form_setting SET field_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'1736\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2607,_binary 'UPDATE cw_form_setting SET field_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:32\' WHERE prime_form_id = \'1744\' AND prime_module_id = \'company_information\' AND input_for = \'100\'',1,'2022-10-05 12:11:32',0,NULL,0,NULL,1),(2608,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'100\',prime_module_id = \'company_information\' ,field_type = \'7\',label_name = \'manager_approval\',view_name = \'Manager Approval\',short_name = \'manager approval\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_user_role_id,role_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_user_role\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'role_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:11:43\' WHERE prime_form_id = \'1583\'',1,'2022-10-05 12:11:43',0,NULL,0,NULL,1),(2609,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE creation creation varchar(100) NULL DEFAULT \'0\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE allow_future_date allow_future_date int(10) NULL DEFAULT \'0\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE allow_past_date allow_past_date int(10) NULL DEFAULT \'0\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE send_otp_url send_otp_url varchar(250) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE generate_otp_url generate_otp_url varchar(250) NULL DEFAULT \'\', CHANGE payslip_based_on payslip_based_on varchar(100) NULL DEFAULT \'0\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_token aadhar_token TEXT NULL, CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_validation aadhar_validation varchar(100) NULL DEFAULT \'2\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-10-05 12:11:43',0,NULL,0,NULL,1),(2610,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-10-05 12:11:43',0,NULL,0,NULL,1),(2611,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-10-05 12:11:43',0,NULL,0,NULL,1),(2612,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-10-05 12:11:43',0,NULL,0,NULL,1),(2613,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-10-05 12:11:43',0,NULL,0,NULL,1),(2614,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-10-05 12:11:43',0,NULL,0,NULL,1),(2615,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-05 12:11:43',0,NULL,0,NULL,1),(2616,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-05 12:11:43',0,NULL,0,NULL,1),(2617,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-10-05 12:11:43',0,NULL,0,NULL,1),(2618,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-05 12:11:43',0,NULL,0,NULL,1),(2619,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-05 12:11:43',0,NULL,0,NULL,1),(2620,_binary 'UPDATE cw_form_table_search SET query_module_id = \"custom_approval\",query_for = \"4\",where_condition = \"and hr_status =6\",trans_updated_by = \"1\",trans_updated_date = \"2022-10-05 12:30:36\" where prime_table_id = \"1\"',1,'2022-10-05 12:30:36',0,NULL,0,NULL,1),(2621,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_status\',view_name = \'Manager Status\',short_name = \'Manager Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_manager_status_id,manager_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_manager_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'manager_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:40:00\' WHERE prime_form_id = \'744\'',1,'2022-10-05 12:40:00',0,NULL,0,NULL,1),(2622,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2623,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2624,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2625,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2626,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2627,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2628,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2629,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2630,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2631,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2632,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2633,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2634,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2635,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2636,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2637,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2638,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2639,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2640,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2641,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2642,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2643,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2644,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2645,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2646,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2647,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2648,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2649,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2650,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2651,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2652,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2653,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2654,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2655,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2656,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2657,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2658,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2659,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2660,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2661,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2662,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2663,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2664,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2665,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2666,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2667,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2668,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2669,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2670,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2671,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\'',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2672,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\'',1,'2022-10-05 12:40:01',0,NULL,0,NULL,1),(2673,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'8\',label_name = \'manager_remark\',view_name = \'Manager Remark\',short_name = \'Manager Remark\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:40:26\' WHERE prime_form_id = \'746\'',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2674,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2675,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2676,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2677,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2678,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2679,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2680,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2681,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2682,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2683,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2684,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2685,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2686,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2687,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2688,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2689,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2690,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2691,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2692,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2693,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2694,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2695,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2696,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2697,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2698,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2699,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2700,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2701,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2702,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2703,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2704,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2705,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2706,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2707,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2708,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2709,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2710,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2711,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2712,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2713,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2714,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2715,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2716,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2717,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2718,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2719,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2720,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2721,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2722,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2723,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\'',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2724,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\'',1,'2022-10-05 12:40:26',0,NULL,0,NULL,1),(2725,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_status\',view_name = \'Manager Status\',short_name = \'Manager Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_manager_status_id,manager_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_manager_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'manager_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:40:41\' WHERE prime_form_id = \'744\'',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2726,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2727,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2728,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2729,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2730,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2731,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2732,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2733,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2734,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2735,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2736,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2737,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2738,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2739,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2740,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2741,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2742,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2743,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2744,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2745,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2746,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2747,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2748,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2749,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2750,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2751,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2752,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2753,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2754,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2755,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2756,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2757,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2758,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2759,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2760,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2761,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2762,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2763,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2764,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2765,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2766,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2767,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2768,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2769,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2770,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2771,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2772,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2773,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2774,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-05 12:40:41',0,NULL,0,NULL,1),(2775,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\'',1,'2022-10-05 12:40:42',0,NULL,0,NULL,1),(2776,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\'',1,'2022-10-05 12:40:42',0,NULL,0,NULL,1),(2777,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_reason\',view_name = \'Manager Reason\',short_name = \'Manager Reason\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'Not Joining,Resigned,Abscond,Terminated\',pick_list_type = \'2\',pick_list_import = \'2\',pick_table = \'cw_zct_26\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 12:41:07\' WHERE prime_form_id = \'745\'',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2778,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2779,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2780,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2781,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2782,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2783,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2784,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2785,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2786,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2787,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2788,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2789,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2790,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2791,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2792,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2793,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2794,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2795,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2796,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2797,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2798,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2799,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2800,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2801,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2802,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2803,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2804,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2805,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2806,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2807,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2808,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2809,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2810,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2811,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2812,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2813,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2814,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2815,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2816,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2817,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2818,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2819,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2820,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2821,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2822,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2823,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2824,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2825,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2826,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2827,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\'',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2828,_binary 'ALTER TABLE cw_custom_employees_log CHANGE prime_custom_employees_log_id prime_custom_employees_log_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\'',1,'2022-10-05 12:41:07',0,NULL,0,NULL,1),(2829,_binary 'UPDATE cw_form_table_search SET trans_status = 0 ,trans_deleted_by = \"1\",trans_deleted_date = \"2022-10-05 12:48:28\" where prime_table_id = \"2\"',1,'2022-10-05 12:48:28',0,NULL,0,NULL,1),(2830,_binary 'INSERT INTO cw_form_table_search (query_module_id, query_for,where_condition,trans_created_by, trans_created_date) VALUES (\"custom_approval\",\"2\",\"and hr_status != 3\",\"1\",\"2022-10-05 12:49:19\")',1,'2022-10-05 12:49:19',0,NULL,0,NULL,1),(2831,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'100\',prime_module_id = \'company_information\' ,field_type = \'7\',label_name = \'manager_approval\',view_name = \'Manager Approval\',short_name = \'manager approval\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_user_role_id,role_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_user_role\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'role_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-10-05 13:32:51\' WHERE prime_form_id = \'1583\'',1,'2022-10-05 13:32:51',0,NULL,0,NULL,1),(2832,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE creation creation varchar(100) NULL DEFAULT \'0\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE allow_future_date allow_future_date int(10) NULL DEFAULT \'0\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE allow_past_date allow_past_date int(10) NULL DEFAULT \'0\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE send_otp_url send_otp_url varchar(250) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE generate_otp_url generate_otp_url varchar(250) NULL DEFAULT \'\', CHANGE payslip_based_on payslip_based_on varchar(100) NULL DEFAULT \'0\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_token aadhar_token TEXT NULL, CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_validation aadhar_validation varchar(100) NULL DEFAULT \'2\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-10-05 13:32:51',0,NULL,0,NULL,1),(2833,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-10-05 13:32:51',0,NULL,0,NULL,1),(2834,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-10-05 13:32:51',0,NULL,0,NULL,1),(2835,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-10-05 13:32:51',0,NULL,0,NULL,1),(2836,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-10-05 13:32:51',0,NULL,0,NULL,1),(2837,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-10-05 13:32:51',0,NULL,0,NULL,1),(2838,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-05 13:32:51',0,NULL,0,NULL,1),(2839,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-10-05 13:32:51',0,NULL,0,NULL,1),(2840,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-10-05 13:32:51',0,NULL,0,NULL,1),(2841,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-05 13:32:51',0,NULL,0,NULL,1),(2842,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-10-05 13:32:51',0,NULL,0,NULL,1),(2843,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'15\',\'branch\',\'10\',\'test\',\'Test\',\'test\',\'0\',\'0\',\'0\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'2\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'1,2,3\',\'xls,pdf,xlsx,txt,jpeg,jpg,png,svg\',\'5000\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-10-21 16:59:27\')',1,'2022-10-21 16:59:27',0,NULL,0,NULL,1),(2844,_binary 'ALTER TABLE cw_branch CHANGE prime_branch_id prime_branch_id int(11) NOT NULL AUTO_INCREMENT,ADD test TEXT NULL AFTER branch, CHANGE branch branch varchar(100) NULL DEFAULT \'\'',1,'2022-10-21 16:59:27',0,NULL,0,NULL,1),(2845,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:12:04',0,NULL,0,NULL,1),(2846,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:12:07',0,NULL,0,NULL,1),(2847,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:12:10',0,NULL,0,NULL,1),(2848,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:12:12',0,NULL,0,NULL,1),(2849,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:12:13',0,NULL,0,NULL,1),(2850,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:12:14',0,NULL,0,NULL,1),(2851,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:12:18',0,NULL,0,NULL,1),(2852,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:13:32',0,NULL,0,NULL,1),(2853,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:13:35',0,NULL,0,NULL,1),(2854,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:13:37',0,NULL,0,NULL,1),(2855,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:13:39',0,NULL,0,NULL,1),(2856,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:13:41',0,NULL,0,NULL,1),(2857,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:13:53',0,NULL,0,NULL,1),(2858,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:13:54',0,NULL,0,NULL,1),(2859,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:13:57',0,NULL,0,NULL,1),(2860,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:14:00',0,NULL,0,NULL,1),(2861,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:14:02',0,NULL,0,NULL,1),(2862,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:14:03',0,NULL,0,NULL,1),(2863,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:14:04',0,NULL,0,NULL,1),(2864,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:18:53',0,NULL,0,NULL,1),(2865,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:19:23',0,NULL,0,NULL,1),(2866,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:19:23',0,NULL,0,NULL,1),(2867,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:19:26',0,NULL,0,NULL,1),(2868,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:19:27',0,NULL,0,NULL,1),(2869,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:19:30',0,NULL,0,NULL,1),(2870,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:19:32',0,NULL,0,NULL,1),(2871,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:19:35',0,NULL,0,NULL,1),(2872,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"\"',1,'2022-10-22 16:19:36',0,NULL,0,NULL,1),(2873,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'109\',\'mail_configurations\',\'1\',\'connection_type\',\'Connection Type\',\'connection type\',\'1\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'1\',\'0\',\'1\',\'10\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-11-25 16:04:11\')',1,'2022-11-25 16:04:11',0,NULL,0,NULL,1),(2874,_binary 'ALTER TABLE cw_mail_configurations CHANGE prime_mail_configurations_id prime_mail_configurations_id int(11) NOT NULL AUTO_INCREMENT,ADD connection_type varchar(50) NULL DEFAULT \'\' AFTER mail_status, CHANGE mail_status mail_status varchar(100) NULL DEFAULT \'1\', CHANGE mail_password mail_password varchar(100) NULL DEFAULT \'\', CHANGE mail_username mail_username varchar(100) NULL DEFAULT \'\', CHANGE port_no port_no int(10) NULL DEFAULT \'0\', CHANGE bcc bcc TEXT NULL, CHANGE sender_email sender_email varchar(100) NULL DEFAULT \'\', CHANGE sender_name sender_name varchar(30) NULL DEFAULT \'\', CHANGE smtp_server smtp_server varchar(100) NULL DEFAULT \'\', CHANGE configuration_name configuration_name varchar(100) NULL DEFAULT \'\'',1,'2022-11-25 16:04:11',0,NULL,0,NULL,1),(2875,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'69\',\'employees\',\'1\',\'exp_ref_no\',\'Exp Ref No\',\'exp ref no\',\'3\',\'0\',\'50\',\'0\',\' \',\'1\',\'0\',\'0\',\'0\',\'1\',\'10\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-11-30 12:51:37\')',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2876,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', ADD exp_ref_no varchar(50) NULL DEFAULT \'0\' AFTER save_type, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2877,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2878,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2879,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2880,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2881,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2882,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2883,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2884,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2885,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2886,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2887,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2888,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2889,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2890,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2891,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2892,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2893,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2894,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2895,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2896,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2897,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2898,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2899,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2900,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2901,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2902,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2903,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2904,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2905,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2906,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2907,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2908,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2909,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2910,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2911,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:37',0,NULL,0,NULL,1),(2912,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2913,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2914,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2915,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2916,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2917,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2918,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2919,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2920,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2921,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2922,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2923,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2924,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2925,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',ADD exp_ref_no varchar(50) NULL DEFAULT \'0\' AFTER save_type',1,'2022-11-30 12:51:38',0,NULL,0,NULL,1),(2926,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'100\',\'company_information\',\'1\',\'password_column\',\'Password Column\',\'password column\',\'1\',\'0\',\'50\',\'0\',\' \',\'1\',\'0\',\'0\',\'0\',\'1\',\'23\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-11-30 13:22:16\')',1,'2022-11-30 13:22:16',0,NULL,0,NULL,1),(2927,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,ADD password_column varchar(50) NULL DEFAULT \'0\' AFTER creation, CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE creation creation varchar(100) NULL DEFAULT \'0\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE allow_future_date allow_future_date int(10) NULL DEFAULT \'0\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE allow_past_date allow_past_date int(10) NULL DEFAULT \'0\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE send_otp_url send_otp_url varchar(250) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE generate_otp_url generate_otp_url varchar(250) NULL DEFAULT \'\', CHANGE payslip_based_on payslip_based_on varchar(100) NULL DEFAULT \'0\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_token aadhar_token TEXT NULL, CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_validation aadhar_validation varchar(100) NULL DEFAULT \'2\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-11-30 13:22:16',0,NULL,0,NULL,1),(2928,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-11-30 13:22:16',0,NULL,0,NULL,1),(2929,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-11-30 13:22:16',0,NULL,0,NULL,1),(2930,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-11-30 13:22:16',0,NULL,0,NULL,1),(2931,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-11-30 13:22:16',0,NULL,0,NULL,1),(2932,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-11-30 13:22:16',0,NULL,0,NULL,1),(2933,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-11-30 13:22:16',0,NULL,0,NULL,1),(2934,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-11-30 13:22:16',0,NULL,0,NULL,1),(2935,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-11-30 13:22:16',0,NULL,0,NULL,1),(2936,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-11-30 13:22:16',0,NULL,0,NULL,1),(2937,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-11-30 13:22:16',0,NULL,0,NULL,1),(2938,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'100\',prime_module_id = \'company_information\' ,field_type = \'7\',label_name = \'password_column\',view_name = \'Password Column\',short_name = \'password column\',text_type = \'1\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \'label_name,view_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_form_setting\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'view_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-11-30 13:23:39\' WHERE prime_form_id = \'1791\'',1,'2022-11-30 13:23:39',0,NULL,0,NULL,1),(2939,_binary 'ALTER TABLE cw_company_information CHANGE prime_company_information_id prime_company_information_id int(11) NOT NULL AUTO_INCREMENT,CHANGE password_column password_column varchar(50) NULL DEFAULT \'0\', CHANGE max_effective_months max_effective_months int(10) NULL DEFAULT \'0\', CHANGE maximum_age maximum_age int(10) NULL DEFAULT \'60\', CHANGE minimum_age minimum_age int(10) NULL DEFAULT \'18\', CHANGE creation creation varchar(100) NULL DEFAULT \'0\', CHANGE manager_approval manager_approval varchar(100) NULL DEFAULT \'0\', CHANGE hr_approval hr_approval varchar(100) NULL DEFAULT \'0\', CHANGE increment_type increment_type varchar(100) NULL DEFAULT \'0\', CHANGE company_logo company_logo TEXT NULL, CHANGE pan pan varchar(20) NULL DEFAULT \'\', CHANGE gstin gstin varchar(50) NULL DEFAULT \'\', CHANGE website website varchar(255) NULL DEFAULT \'\', CHANGE country country varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'\', CHANGE city city varchar(100) NULL DEFAULT \'\', CHANGE address address TEXT NULL, CHANGE fax fax varchar(255) NULL DEFAULT \'\', CHANGE email email varchar(255) NULL DEFAULT \'\', CHANGE allow_future_date allow_future_date int(10) NULL DEFAULT \'0\', CHANGE land_line land_line varchar(255) NULL DEFAULT \'\', CHANGE allow_past_date allow_past_date int(10) NULL DEFAULT \'0\', CHANGE alt_mobile_number alt_mobile_number varchar(255) NULL DEFAULT \'\', CHANGE send_otp_url send_otp_url varchar(250) NULL DEFAULT \'\', CHANGE sms_password sms_password varchar(50) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT \'\', CHANGE generate_otp_url generate_otp_url varchar(250) NULL DEFAULT \'\', CHANGE payslip_based_on payslip_based_on varchar(100) NULL DEFAULT \'0\', CHANGE sms_username sms_username varchar(50) NULL DEFAULT \'\', CHANGE secondary_color secondary_color varchar(50) NULL DEFAULT \'\', CHANGE company_short_name company_short_name varchar(255) NULL DEFAULT \'\', CHANGE payroll_process_type payroll_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_token aadhar_token TEXT NULL, CHANGE sms_sender_id sms_sender_id varchar(50) NULL DEFAULT \'\', CHANGE primary_color primary_color varchar(50) NULL DEFAULT \'\', CHANGE company_name company_name varchar(255) NULL DEFAULT \'\', CHANGE mi_process_type mi_process_type varchar(100) NULL DEFAULT \'role\', CHANGE aadhar_validation aadhar_validation varchar(100) NULL DEFAULT \'2\', CHANGE sms_url sms_url varchar(50) NULL DEFAULT \'\'',1,'2022-11-30 13:23:39',0,NULL,0,NULL,1),(2940,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"0\"',1,'2022-11-30 13:23:39',0,NULL,0,NULL,1),(2941,_binary 'UPDATE cw_zct_23 SET cw_zct_23_status = \"1\" WHERE FIND_IN_SET(cw_zct_23_value,\"payroll\")',1,'2022-11-30 13:23:39',0,NULL,0,NULL,1),(2942,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"0\"',1,'2022-11-30 13:23:39',0,NULL,0,NULL,1),(2943,_binary 'UPDATE cw_zct_24 SET cw_zct_24_status = \"1\" WHERE FIND_IN_SET(cw_zct_24_value,\"payroll\")',1,'2022-11-30 13:23:39',0,NULL,0,NULL,1),(2944,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"0\"',1,'2022-11-30 13:23:39',0,NULL,0,NULL,1),(2945,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-11-30 13:23:39',0,NULL,0,NULL,1),(2946,_binary 'UPDATE cw_zct_25 SET cw_zct_25_status = \"1\" WHERE FIND_IN_SET(cw_zct_25_value,\"Active,Inactive\")',1,'2022-11-30 13:23:39',0,NULL,0,NULL,1),(2947,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"0\"',1,'2022-11-30 13:23:39',0,NULL,0,NULL,1),(2948,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-11-30 13:23:39',0,NULL,0,NULL,1),(2949,_binary 'UPDATE cw_zct_48 SET cw_zct_48_status = \"1\" WHERE FIND_IN_SET(cw_zct_48_value,\"Approval Process,Direct Entry\")',1,'2022-11-30 13:23:39',0,NULL,0,NULL,1),(2950,_binary 'UPDATE cw_form_table_search SET query_module_id = \"custom_approval\",query_for = \"1\",where_condition = \"and hr_status in (^1,2,4^)\",trans_updated_by = \"1\",trans_updated_date = \"2022-11-30 06:41:17\" where prime_table_id = \"44\"',1,'2022-11-30 18:41:17',0,NULL,0,NULL,1),(2951,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"206\",\"new_hire_status\",\"New Hire Status\",\"partially_dynamic\",\"5\",\"5\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"2\",\"\",\"1\",\"2022-11-30 06:43:36\")',1,'2022-11-30 18:43:36',0,NULL,0,NULL,1),(2952,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"new_hire_status\",\"new_hire_status\")',1,'2022-11-30 18:43:36',0,NULL,0,NULL,1),(2953,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"new_hire_status\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-11-30 18:43:36',0,NULL,0,NULL,1),(2954,_binary 'INSERT INTO cw_form_view_setting \n (prime_view_module_id,form_view_type,form_view_type_mode,form_view_label_name,form_view_heading,form_view_for,view_user_right,form_view_show,form_view_sort,\n trans_created_by,trans_created_date) VALUES (\'new_hire_status\',\'1\',\'\',\'new_hire_details\',\'new hire details\',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'1\',\'1\',\'1\',\'2022-11-30 18:46:01\')',1,'2022-11-30 18:46:01',0,NULL,0,NULL,1),(2955,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'2954\'',1,'2022-11-30 18:46:01',0,NULL,0,NULL,1),(2956,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'236\',\'new_hire_status\',\'1\',\'new_hire_status\',\'New Hire Status\',\'new hire status\',\'1\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'1\',\'1\',\'1\',\'1\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-11-30 18:46:32\')',1,'2022-11-30 18:46:32',0,NULL,0,NULL,1),(2957,_binary 'CREATE TABLE IF NOT EXISTS cw_new_hire_status(prime_new_hire_status_id int(11) NOT NULL AUTO_INCREMENT,new_hire_status varchar(50) NULL DEFAULT \'\', UNIQUE(new_hire_status), trans_created_by INT(11) NULL DEFAULT \'0\', trans_created_date DATETIME NULL DEFAULT NULL, trans_updated_by INT(11) NULL DEFAULT \'0\', trans_updated_date DATETIME NULL DEFAULT NULL, trans_deleted_by INT(11) NULL DEFAULT \'0\', trans_deleted_date DATETIME NULL DEFAULT NULL,trans_status INT(11) NULL DEFAULT \'1\',PRIMARY KEY (`prime_new_hire_status_id`))',1,'2022-11-30 18:46:33',0,NULL,0,NULL,1),(2958,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'69\',\'employees\',\'5\',\'new_hire_status\',\'New Hire Status\',\'new hire status\',\'0\',\'0\',\'0\',\'0\',\'prime_new_hire_status_id,new_hire_status\',\'1\',\'0\',\'0\',\'0\',\'1\',\'11\',\'1\',\'2\',\'cw_new_hire_status\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'new_hire_status\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-11-30 18:48:20\')',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2959,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE hr_remark hr_remark TEXT NULL, CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_remark manager_remark TEXT NULL, ADD new_hire_status varchar(100) NULL DEFAULT \'0\' AFTER exp_ref_no, CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE education_proof education_proof TEXT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE address_proof address_proof TEXT NULL, CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2960,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2961,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2962,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2963,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2964,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2965,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2966,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2967,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2968,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2969,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2970,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2971,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2972,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2973,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2974,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2975,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2976,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2977,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2978,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2979,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2980,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2981,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2982,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2983,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2984,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2985,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2986,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2987,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2988,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2989,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2990,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2991,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2992,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2993,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2994,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2995,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2996,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2997,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2998,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(2999,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(3000,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(3001,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(3002,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(3003,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(3004,_binary 'ALTER TABLE cw_transactions_dlt CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(3005,_binary 'ALTER TABLE cw_transactions CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(3006,_binary 'ALTER TABLE cw_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(3007,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(3008,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',ADD new_hire_status varchar(100) NULL DEFAULT \'0\' AFTER exp_ref_no',1,'2022-11-30 18:48:20',0,NULL,0,NULL,1),(3009,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Monthly Input Mapping\",module_type = \"custome\",menu_id = \"5\",sub_menu_id = \"5\",module_for = \"1,2\",show_module = \"\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-05 07:01:48\" where module_id = \"monthly_input_mapping\"',1,'2022-12-05 19:01:48',0,NULL,0,NULL,1),(3010,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Leave Credit Setting\",module_type = \"dynamic\",menu_id = \"7\",sub_menu_id = \"9\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-09 12:56:34\" where module_id = \"leave_credit_setting\"',1,'2022-12-09 12:56:34',0,NULL,0,NULL,1),(3011,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Leave Credit Setting\",module_type = \"dynamic\",menu_id = \"7\",sub_menu_id = \"8\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-09 12:58:11\" where module_id = \"leave_credit_setting\"',1,'2022-12-09 12:58:11',0,NULL,0,NULL,1),(3012,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'177\',prime_module_id = \'leave_credit_setting\' ,field_type = \'5\',label_name = \'leave_financial_year\',view_name = \'Leave Financial Year\',short_name = \'leave financial year\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_leave_financial_year_id,starting_date,ending_date\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_leave_financial_year\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'starting_date,ending_date\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-09 13:04:12\' WHERE prime_form_id = \'1212\'',1,'2022-12-09 13:04:12',0,NULL,0,NULL,1),(3013,_binary 'ALTER TABLE cw_leave_credit_setting CHANGE prime_leave_credit_setting_id prime_leave_credit_setting_id int(11) NOT NULL AUTO_INCREMENT,ADD effective_from date NULL DEFAULT NULL AFTER manual_credit_type, CHANGE manual_credit_type manual_credit_type varchar(100) NULL DEFAULT \'0\', CHANGE mid_calculated_after mid_calculated_after varchar(100) NULL DEFAULT \'0\', CHANGE credit_days credit_days decimal(15,2) NULL DEFAULT \'0\', CHANGE credit_rounding credit_rounding varchar(100) NULL DEFAULT \'0\', CHANGE calculation_after calculation_after decimal(15,2) NULL DEFAULT \'0\', CHANGE credit_type credit_type varchar(100) NULL DEFAULT \'0\', CHANGE entry_type entry_type varchar(100) NULL DEFAULT \'0\', CHANGE leave_name leave_name varchar(100) NULL DEFAULT \'0\', CHANGE leave_financial_year leave_financial_year varchar(100) NULL DEFAULT \'0\', CHANGE eligible_days eligible_days decimal(15,2) NULL DEFAULT \'0\', CHANGE credit_based_on credit_based_on varchar(100) NULL DEFAULT \'0\', CHANGE component_value component_value varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 13:04:12',0,NULL,0,NULL,1),(3014,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'161\',\'leave_creation\',\'5\',\'coff\',\'Coff\',\'coff\',\'0\',\'0\',\'0\',\'0\',\'prime_status_mode_id,status_mode_value\',\'1\',\'0\',\'0\',\'0\',\'1\',\'9\',\'1\',\'2\',\'cw_status_mode\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'status_mode_value\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 13:21:14\')',1,'2022-12-09 13:21:14',0,NULL,0,NULL,1),(3015,_binary 'ALTER TABLE cw_leave_creation CHANGE prime_leave_creation_id prime_leave_creation_id int(11) NOT NULL AUTO_INCREMENT,ADD coff varchar(100) NULL DEFAULT \'0\' AFTER financial_setting_id, CHANGE leave_parameter leave_parameter varchar(100) NULL DEFAULT \'0\', CHANGE intervening_type intervening_type varchar(100) NULL DEFAULT \'0\', CHANGE intervening_holidays intervening_holidays varchar(100) NULL DEFAULT \'0\', CHANGE leave_opening leave_opening varchar(100) NULL DEFAULT \'0\', CHANGE mi_component mi_component varchar(100) NULL DEFAULT \'0\', CHANGE leave_category leave_category varchar(100) NULL DEFAULT \'0\', CHANGE leave_description leave_description varchar(255) NULL DEFAULT \'\', CHANGE leave_name leave_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-09 13:21:14',0,NULL,0,NULL,1),(3016,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'161\',\'leave_creation\',\'5\',\'paid_leave\',\'Paid Leave\',\'paid leave\',\'0\',\'0\',\'0\',\'0\',\'prime_status_mode_id,status_mode_value\',\'1\',\'0\',\'1\',\'0\',\'1\',\'10\',\'1\',\'2\',\'cw_status_mode\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'status_mode_value\',\'0\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 13:22:03\')',1,'2022-12-09 13:22:03',0,NULL,0,NULL,1),(3017,_binary 'ALTER TABLE cw_leave_creation CHANGE prime_leave_creation_id prime_leave_creation_id int(11) NOT NULL AUTO_INCREMENT,ADD paid_leave varchar(100) NULL DEFAULT \'0\' AFTER coff, CHANGE coff coff varchar(100) NULL DEFAULT \'0\', CHANGE leave_parameter leave_parameter varchar(100) NULL DEFAULT \'0\', CHANGE intervening_type intervening_type varchar(100) NULL DEFAULT \'0\', CHANGE intervening_holidays intervening_holidays varchar(100) NULL DEFAULT \'0\', CHANGE leave_opening leave_opening varchar(100) NULL DEFAULT \'0\', CHANGE mi_component mi_component varchar(100) NULL DEFAULT \'0\', CHANGE leave_category leave_category varchar(100) NULL DEFAULT \'0\', CHANGE leave_description leave_description varchar(255) NULL DEFAULT \'\', CHANGE leave_name leave_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-09 13:22:03',0,NULL,0,NULL,1),(3018,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'177\',prime_module_id = \'leave_credit_setting\' ,field_type = \'4\',label_name = \'effective_from\',view_name = \'Effective From\',short_name = \'effective from\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-09 13:31:48\' WHERE prime_form_id = \'1759\'',1,'2022-12-09 13:31:48',0,NULL,0,NULL,1),(3019,_binary 'ALTER TABLE cw_leave_credit_setting CHANGE prime_leave_credit_setting_id prime_leave_credit_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE effective_from effective_from date NULL DEFAULT NULL, CHANGE manual_credit_type manual_credit_type varchar(100) NULL DEFAULT \'0\', CHANGE mid_calculated_after mid_calculated_after varchar(100) NULL DEFAULT \'0\', CHANGE credit_days credit_days decimal(15,2) NULL DEFAULT \'0\', CHANGE credit_rounding credit_rounding varchar(100) NULL DEFAULT \'0\', CHANGE calculation_after calculation_after decimal(15,2) NULL DEFAULT \'0\', CHANGE credit_type credit_type varchar(100) NULL DEFAULT \'0\', CHANGE entry_type entry_type varchar(100) NULL DEFAULT \'0\', CHANGE leave_name leave_name varchar(100) NULL DEFAULT \'0\', CHANGE leave_financial_year leave_financial_year varchar(100) NULL DEFAULT \'0\', CHANGE eligible_days eligible_days decimal(15,2) NULL DEFAULT \'0\', CHANGE credit_based_on credit_based_on varchar(100) NULL DEFAULT \'0\', CHANGE component_value component_value varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 13:31:48',0,NULL,0,NULL,1),(3020,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'177\',prime_module_id = \'leave_credit_setting\' ,field_type = \'5\',label_name = \'credit_based_on\',view_name = \'Credit Based On\',short_name = \'credit based on\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_active_status_id,active_status_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_active_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'active_status_value\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-09 13:31:55\' WHERE prime_form_id = \'1207\'',1,'2022-12-09 13:31:55',0,NULL,0,NULL,1),(3021,_binary 'ALTER TABLE cw_leave_credit_setting CHANGE prime_leave_credit_setting_id prime_leave_credit_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE effective_from effective_from date NULL DEFAULT NULL, CHANGE manual_credit_type manual_credit_type varchar(100) NULL DEFAULT \'0\', CHANGE mid_calculated_after mid_calculated_after varchar(100) NULL DEFAULT \'0\', CHANGE credit_days credit_days decimal(15,2) NULL DEFAULT \'0\', CHANGE credit_rounding credit_rounding varchar(100) NULL DEFAULT \'0\', CHANGE calculation_after calculation_after decimal(15,2) NULL DEFAULT \'0\', CHANGE credit_type credit_type varchar(100) NULL DEFAULT \'0\', CHANGE entry_type entry_type varchar(100) NULL DEFAULT \'0\', CHANGE leave_name leave_name varchar(100) NULL DEFAULT \'0\', CHANGE leave_financial_year leave_financial_year varchar(100) NULL DEFAULT \'0\', CHANGE eligible_days eligible_days decimal(15,2) NULL DEFAULT \'0\', CHANGE credit_based_on credit_based_on varchar(100) NULL DEFAULT \'0\', CHANGE component_value component_value varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 13:31:55',0,NULL,0,NULL,1),(3022,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'177\',prime_module_id = \'leave_credit_setting\' ,field_type = \'5\',label_name = \'credit_based_on\',view_name = \'Credit Based On\',short_name = \'credit based on\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_active_status_id,active_status_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_active_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'active_status_value\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-09 13:32:27\' WHERE prime_form_id = \'1207\'',1,'2022-12-09 13:32:27',0,NULL,0,NULL,1),(3023,_binary 'ALTER TABLE cw_leave_credit_setting CHANGE prime_leave_credit_setting_id prime_leave_credit_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE effective_from effective_from date NULL DEFAULT NULL, CHANGE manual_credit_type manual_credit_type varchar(100) NULL DEFAULT \'0\', CHANGE mid_calculated_after mid_calculated_after varchar(100) NULL DEFAULT \'0\', CHANGE credit_days credit_days decimal(15,2) NULL DEFAULT \'0\', CHANGE credit_rounding credit_rounding varchar(100) NULL DEFAULT \'0\', CHANGE calculation_after calculation_after decimal(15,2) NULL DEFAULT \'0\', CHANGE credit_type credit_type varchar(100) NULL DEFAULT \'0\', CHANGE entry_type entry_type varchar(100) NULL DEFAULT \'0\', CHANGE leave_name leave_name varchar(100) NULL DEFAULT \'0\', CHANGE leave_financial_year leave_financial_year varchar(100) NULL DEFAULT \'0\', CHANGE eligible_days eligible_days decimal(15,2) NULL DEFAULT \'0\', CHANGE credit_based_on credit_based_on varchar(100) NULL DEFAULT \'0\', CHANGE component_value component_value varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 13:32:27',0,NULL,0,NULL,1),(3024,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Monthly Input Mapping\",module_type = \"custome\",menu_id = \"7\",sub_menu_id = \"8\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-09 02:41:09\" where module_id = \"monthly_input_mapping\"',1,'2022-12-09 14:41:09',0,NULL,0,NULL,1),(3025,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"207\",\"coff_settings\",\"Coff Settings\",\"dynamic\",\"7\",\"8\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-12-09 03:27:51\")',1,'2022-12-09 15:27:51',0,NULL,0,NULL,1),(3026,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"coff_settings\",\"coff_settings\")',1,'2022-12-09 15:27:51',0,NULL,0,NULL,1),(3027,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"coff_settings\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-12-09 15:27:51',0,NULL,0,NULL,1),(3028,_binary 'INSERT INTO cw_form_view_setting \n (prime_view_module_id,form_view_type,form_view_type_mode,form_view_label_name,form_view_heading,form_view_for,view_user_right,form_view_show,form_view_sort,\n trans_created_by,trans_created_date) VALUES (\'coff_settings\',\'1\',\'\',\'coff_settings\',\'coff settings\',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'1\',\'1\',\'1\',\'2022-12-09 15:28:48\')',1,'2022-12-09 15:28:48',0,NULL,0,NULL,1),(3029,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'3028\'',1,'2022-12-09 15:28:48',0,NULL,0,NULL,1),(3030,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'237\',\'coff_settings\',\'7\',\'category\',\'Category\',\'category\',\'0\',\'0\',\'0\',\'0\',\'prime_category_id,category_name\',\'1\',\'0\',\'1\',\'0\',\'1\',\'1\',\'1\',\'2\',\'cw_category\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'category_name\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 15:31:00\')',1,'2022-12-09 15:31:00',0,NULL,0,NULL,1),(3031,_binary 'CREATE TABLE IF NOT EXISTS cw_coff_settings(prime_coff_settings_id int(11) NOT NULL AUTO_INCREMENT,category varchar(100) NULL DEFAULT \'0\', trans_created_by INT(11) NULL DEFAULT \'0\', trans_created_date DATETIME NULL DEFAULT NULL, trans_updated_by INT(11) NULL DEFAULT \'0\', trans_updated_date DATETIME NULL DEFAULT NULL, trans_deleted_by INT(11) NULL DEFAULT \'0\', trans_deleted_date DATETIME NULL DEFAULT NULL,trans_status INT(11) NULL DEFAULT \'1\',PRIMARY KEY (`prime_coff_settings_id`))',1,'2022-12-09 15:31:00',0,NULL,0,NULL,1),(3032,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'237\',\'coff_settings\',\'7\',\'coff_activated\',\'Coff Activated\',\'coff activated\',\'0\',\'0\',\'0\',\'0\',\'prime_status_mode_id,status_mode_value\',\'1\',\'0\',\'1\',\'0\',\'1\',\'2\',\'1\',\'2\',\'cw_status_mode\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'status_mode_value\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 15:32:42\')',1,'2022-12-09 15:32:42',0,NULL,0,NULL,1),(3033,_binary 'ALTER TABLE cw_coff_settings CHANGE prime_coff_settings_id prime_coff_settings_id int(11) NOT NULL AUTO_INCREMENT,ADD coff_activated varchar(100) NULL DEFAULT \'0\' AFTER category, CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 15:32:42',0,NULL,0,NULL,1),(3034,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'237\',\'coff_settings\',\'3\',\'expiry_days\',\'Expiry In Days\',\'expiry in days\',\'0\',\'0\',\'10\',\'0\',\' \',\'1\',\'0\',\'1\',\'0\',\'1\',\'3\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 15:36:39\')',1,'2022-12-09 15:36:39',0,NULL,0,NULL,1),(3035,_binary 'ALTER TABLE cw_coff_settings CHANGE prime_coff_settings_id prime_coff_settings_id int(11) NOT NULL AUTO_INCREMENT,ADD expiry_days int(10) NULL DEFAULT \'0\' AFTER coff_activated, CHANGE coff_activated coff_activated varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 15:36:39',0,NULL,0,NULL,1),(3036,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'237\',\'coff_settings\',\'3\',\'fullday_min\',\'Fullday Min\',\'fullday min\',\'0\',\'0\',\'10\',\'0\',\' \',\'1\',\'0\',\'0\',\'0\',\'1\',\'4\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 15:37:14\')',1,'2022-12-09 15:37:14',0,NULL,0,NULL,1),(3037,_binary 'ALTER TABLE cw_coff_settings CHANGE prime_coff_settings_id prime_coff_settings_id int(11) NOT NULL AUTO_INCREMENT,ADD fullday_min int(10) NULL DEFAULT \'0\' AFTER expiry_days, CHANGE expiry_days expiry_days int(10) NULL DEFAULT \'0\', CHANGE coff_activated coff_activated varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 15:37:14',0,NULL,0,NULL,1),(3038,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'237\',\'coff_settings\',\'3\',\'halfday_min\',\'Halfday Min\',\'halfday min\',\'0\',\'0\',\'10\',\'0\',\' \',\'1\',\'0\',\'1\',\'0\',\'1\',\'5\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 15:37:50\')',1,'2022-12-09 15:37:50',0,NULL,0,NULL,1),(3039,_binary 'ALTER TABLE cw_coff_settings CHANGE prime_coff_settings_id prime_coff_settings_id int(11) NOT NULL AUTO_INCREMENT,ADD halfday_min int(10) NULL DEFAULT \'0\' AFTER fullday_min, CHANGE fullday_min fullday_min int(10) NULL DEFAULT \'0\', CHANGE expiry_days expiry_days int(10) NULL DEFAULT \'0\', CHANGE coff_activated coff_activated varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 15:37:50',0,NULL,0,NULL,1),(3040,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'237\',\'coff_settings\',\'2\',\'max_ot_hours\',\'Max Ot Hours\',\'max ot hours\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'1\',\'0\',\'1\',\'6\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 15:40:20\')',1,'2022-12-09 15:40:20',0,NULL,0,NULL,1),(3041,_binary 'ALTER TABLE cw_coff_settings CHANGE prime_coff_settings_id prime_coff_settings_id int(11) NOT NULL AUTO_INCREMENT,ADD max_ot_hours decimal(15,2) NULL DEFAULT \'0\' AFTER halfday_min, CHANGE halfday_min halfday_min int(10) NULL DEFAULT \'0\', CHANGE fullday_min fullday_min int(10) NULL DEFAULT \'0\', CHANGE expiry_days expiry_days int(10) NULL DEFAULT \'0\', CHANGE coff_activated coff_activated varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 15:40:20',0,NULL,0,NULL,1),(3042,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'237\',\'coff_settings\',\'5\',\'ot_activated\',\'Ot Activated\',\'ot activated\',\'0\',\'0\',\'0\',\'0\',\'prime_status_mode_id,status_mode_value\',\'1\',\'0\',\'1\',\'0\',\'1\',\'7\',\'1\',\'2\',\'cw_status_mode\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'status_mode_value\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 15:41:59\')',1,'2022-12-09 15:41:59',0,NULL,0,NULL,1),(3043,_binary 'ALTER TABLE cw_coff_settings CHANGE prime_coff_settings_id prime_coff_settings_id int(11) NOT NULL AUTO_INCREMENT,ADD ot_activated varchar(100) NULL DEFAULT \'0\' AFTER max_ot_hours, CHANGE max_ot_hours max_ot_hours decimal(15,2) NULL DEFAULT \'0\', CHANGE halfday_min halfday_min int(10) NULL DEFAULT \'0\', CHANGE fullday_min fullday_min int(10) NULL DEFAULT \'0\', CHANGE expiry_days expiry_days int(10) NULL DEFAULT \'0\', CHANGE coff_activated coff_activated varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 15:41:59',0,NULL,0,NULL,1),(3044,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"208\",\"leave_encash_settings\",\"Leave Encash Settings\",\"dynamic\",\"7\",\"8\",\"1,2\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-12-09 03:48:17\")',1,'2022-12-09 15:48:17',0,NULL,0,NULL,1),(3045,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"leave_encash_settings\",\"leave_encash_settings\")',1,'2022-12-09 15:48:17',0,NULL,0,NULL,1),(3046,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"leave_encash_settings\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-12-09 15:48:17',0,NULL,0,NULL,1),(3047,_binary 'INSERT INTO cw_form_view_setting \n (prime_view_module_id,form_view_type,form_view_type_mode,form_view_label_name,form_view_heading,form_view_for,view_user_right,form_view_show,form_view_sort,\n trans_created_by,trans_created_date) VALUES (\'leave_encash_settings\',\'1\',\'\',\'leave_encash_settings_details\',\'leave encash settings details\',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'1\',\'1\',\'1\',\'2022-12-09 15:49:01\')',1,'2022-12-09 15:49:01',0,NULL,0,NULL,1),(3048,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'3047\'',1,'2022-12-09 15:49:01',0,NULL,0,NULL,1),(3049,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'238\',\'leave_encash_settings\',\'7\',\'category\',\'Category\',\'category\',\'0\',\'0\',\'0\',\'0\',\'prime_category_id,category_name\',\'1\',\'0\',\'1\',\'1\',\'1\',\'1\',\'1\',\'2\',\'cw_category\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'category_name\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 15:49:49\')',1,'2022-12-09 15:49:49',0,NULL,0,NULL,1),(3050,_binary 'CREATE TABLE IF NOT EXISTS cw_leave_encash_settings(prime_leave_encash_settings_id int(11) NOT NULL AUTO_INCREMENT,category varchar(100) NULL DEFAULT \'0\', UNIQUE(category), trans_created_by INT(11) NULL DEFAULT \'0\', trans_created_date DATETIME NULL DEFAULT NULL, trans_updated_by INT(11) NULL DEFAULT \'0\', trans_updated_date DATETIME NULL DEFAULT NULL, trans_deleted_by INT(11) NULL DEFAULT \'0\', trans_deleted_date DATETIME NULL DEFAULT NULL,trans_status INT(11) NULL DEFAULT \'1\',PRIMARY KEY (`prime_leave_encash_settings_id`))',1,'2022-12-09 15:49:49',0,NULL,0,NULL,1),(3051,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'238\',\'leave_encash_settings\',\'5\',\'encash_type\',\'Encash Type\',\'encash type\',\'0\',\'0\',\'0\',\'0\',\'prime_status_mode_id,status_mode_value\',\'1\',\'0\',\'1\',\'0\',\'1\',\'2\',\'1\',\'2\',\'cw_status_mode\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'status_mode_value\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 15:50:42\')',1,'2022-12-09 15:50:42',0,NULL,0,NULL,1),(3052,_binary 'ALTER TABLE cw_leave_encash_settings CHANGE prime_leave_encash_settings_id prime_leave_encash_settings_id int(11) NOT NULL AUTO_INCREMENT,ADD encash_type varchar(100) NULL DEFAULT \'0\' AFTER category, CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 15:50:42',0,NULL,0,NULL,1),(3053,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'238\',\'leave_encash_settings\',\'7\',\'leave_type\',\'Leave Type\',\'leave type\',\'0\',\'0\',\'0\',\'0\',\'leave_name,leave_description\',\'1\',\'0\',\'1\',\'0\',\'1\',\'3\',\'1\',\'2\',\'cw_leave_creation\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'leave_name,leave_description\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 15:51:50\')',1,'2022-12-09 15:51:50',0,NULL,0,NULL,1),(3054,_binary 'ALTER TABLE cw_leave_encash_settings CHANGE prime_leave_encash_settings_id prime_leave_encash_settings_id int(11) NOT NULL AUTO_INCREMENT,ADD leave_type varchar(100) NULL DEFAULT \'0\' AFTER encash_type, CHANGE encash_type encash_type varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 15:51:50',0,NULL,0,NULL,1),(3055,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'238\',\'leave_encash_settings\',\'2\',\'max_limit\',\'Max Limit\',\'max limit\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'1\',\'0\',\'1\',\'4\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 15:52:17\')',1,'2022-12-09 15:52:17',0,NULL,0,NULL,1),(3056,_binary 'ALTER TABLE cw_leave_encash_settings CHANGE prime_leave_encash_settings_id prime_leave_encash_settings_id int(11) NOT NULL AUTO_INCREMENT,ADD max_limit decimal(15,2) NULL DEFAULT \'0\' AFTER leave_type, CHANGE leave_type leave_type varchar(100) NULL DEFAULT \'0\', CHANGE encash_type encash_type varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 15:52:17',0,NULL,0,NULL,1),(3057,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'238\',\'leave_encash_settings\',\'2\',\'min_limit\',\'Min Limit\',\'min limit\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'1\',\'0\',\'1\',\'5\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 15:52:43\')',1,'2022-12-09 15:52:43',0,NULL,0,NULL,1),(3058,_binary 'ALTER TABLE cw_leave_encash_settings CHANGE prime_leave_encash_settings_id prime_leave_encash_settings_id int(11) NOT NULL AUTO_INCREMENT,ADD min_limit decimal(15,2) NULL DEFAULT \'0\' AFTER max_limit, CHANGE max_limit max_limit decimal(15,2) NULL DEFAULT \'0\', CHANGE leave_type leave_type varchar(100) NULL DEFAULT \'0\', CHANGE encash_type encash_type varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 15:52:43',0,NULL,0,NULL,1),(3059,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'238\',prime_module_id = \'leave_encash_settings\' ,field_type = \'5\',label_name = \'encash_type\',view_name = \'Encash Type\',short_name = \'encash type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_leave_encash_type_id,leave_encash_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_leave_encash_type\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'leave_encash_type\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-09 15:54:40\' WHERE prime_form_id = \'1804\'',1,'2022-12-09 15:54:40',0,NULL,0,NULL,1),(3060,_binary 'ALTER TABLE cw_leave_encash_settings CHANGE prime_leave_encash_settings_id prime_leave_encash_settings_id int(11) NOT NULL AUTO_INCREMENT,CHANGE min_limit min_limit decimal(15,2) NULL DEFAULT \'0\', CHANGE max_limit max_limit decimal(15,2) NULL DEFAULT \'0\', CHANGE leave_type leave_type varchar(100) NULL DEFAULT \'0\', CHANGE encash_type encash_type varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 15:54:40',0,NULL,0,NULL,1),(3061,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Leave Credit Manual\",module_type = \"partially_dynamic\",menu_id = \"7\",sub_menu_id = \"9\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-09 04:24:47\" where module_id = \"leave_credit_manual\"',1,'2022-12-09 16:24:47',0,NULL,0,NULL,1),(3062,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Payroll Posting Lock\",module_type = \"dynamic\",menu_id = \"7\",sub_menu_id = \"9\",module_for = \"1,2\",show_module = \"1\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-09 04:39:30\" where module_id = \"payroll_posting_lock\"',1,'2022-12-09 16:39:30',0,NULL,0,NULL,1),(3063,_binary 'UPDATE cw_modules SET menu_icon = \"\",menu_type = \"\",module_name = \"Wrong Entry\",module_type = \"partially_dynamic\",menu_id = \"7\",sub_menu_id = \"9\",module_for = \"1,2\",show_module = \"\",quicklink = \"\",import_module = \"\",pdf_module = \"\",custom_module = \"\",sms_setting = \"\",email_setting = \"\",left_freeze = \"3\",right_freeze = \"3\",rights_to = \"1,2\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-09 04:53:52\" where module_id = \"wrong_entry\"',1,'2022-12-09 16:53:52',0,NULL,0,NULL,1),(3064,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'226\',\'overtime_request\',\'5\',\'cancellation_request\',\'Cancellation Request\',\'cancellation request\',\'0\',\'0\',\'0\',\'0\',\'prime_status_mode_id,status_mode_value\',\'1\',\'2\',\'0\',\'0\',\'1\',\'28\',\'1\',\'2\',\'cw_status_mode\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'status_mode_value\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 17:15:14\')',1,'2022-12-09 17:15:14',0,NULL,0,NULL,1),(3065,_binary 'ALTER TABLE cw_overtime_request CHANGE prime_overtime_request_id prime_overtime_request_id int(11) NOT NULL AUTO_INCREMENT,ADD cancellation_request varchar(100) NULL DEFAULT \'2\' AFTER shift_status, CHANGE reason reason TEXT NULL, CHANGE approved_date approved_date date NULL DEFAULT NULL, CHANGE rejected_reason rejected_reason TEXT NULL, CHANGE approval_status approval_status varchar(100) NULL DEFAULT \'0\', CHANGE second_approval_status second_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_status first_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE over_time over_time time NULL DEFAULT NULL, CHANGE ot_type ot_type varchar(100) NULL DEFAULT \'1\', CHANGE excess_work excess_work time NULL DEFAULT NULL, CHANGE ot_out_time ot_out_time time NULL DEFAULT NULL, CHANGE ot_in_time ot_in_time time NULL DEFAULT NULL, CHANGE excess_out excess_out time NULL DEFAULT NULL, CHANGE early_coming early_coming time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'0\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE applied_on applied_on date NULL DEFAULT NULL, CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\', CHANGE financial_setting_id financial_setting_id int(10) NULL DEFAULT \'0\'',1,'2022-12-09 17:15:14',0,NULL,0,NULL,1),(3066,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'226\',\'overtime_request\',\'8\',\'cancellation_reason\',\'Cancellation Reason\',\'cancellation reason\',\'0\',\'0\',\'0\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'29\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 17:15:55\')',1,'2022-12-09 17:15:55',0,NULL,0,NULL,1),(3067,_binary 'ALTER TABLE cw_overtime_request CHANGE prime_overtime_request_id prime_overtime_request_id int(11) NOT NULL AUTO_INCREMENT,ADD cancellation_reason TEXT NULL AFTER cancellation_request, CHANGE cancellation_request cancellation_request varchar(100) NULL DEFAULT \'2\', CHANGE reason reason TEXT NULL, CHANGE approved_date approved_date date NULL DEFAULT NULL, CHANGE rejected_reason rejected_reason TEXT NULL, CHANGE approval_status approval_status varchar(100) NULL DEFAULT \'0\', CHANGE second_approval_status second_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_status first_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE over_time over_time time NULL DEFAULT NULL, CHANGE ot_type ot_type varchar(100) NULL DEFAULT \'1\', CHANGE excess_work excess_work time NULL DEFAULT NULL, CHANGE ot_out_time ot_out_time time NULL DEFAULT NULL, CHANGE ot_in_time ot_in_time time NULL DEFAULT NULL, CHANGE excess_out excess_out time NULL DEFAULT NULL, CHANGE early_coming early_coming time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'0\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE applied_on applied_on date NULL DEFAULT NULL, CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\', CHANGE financial_setting_id financial_setting_id int(10) NULL DEFAULT \'0\'',1,'2022-12-09 17:15:55',0,NULL,0,NULL,1),(3068,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'226\',\'overtime_request\',\'5\',\'first_approval_cancel_status\',\'First Approval Cancel Status\',\'first approval cancel status\',\'0\',\'0\',\'0\',\'0\',\'prime_approval_leave_status_id,approval_leave_status\',\'1\',\'0\',\'0\',\'0\',\'1\',\'30\',\'1\',\'2\',\'cw_approval_leave_status\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'approval_leave_status\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 17:17:10\')',1,'2022-12-09 17:17:10',0,NULL,0,NULL,1),(3069,_binary 'ALTER TABLE cw_overtime_request CHANGE prime_overtime_request_id prime_overtime_request_id int(11) NOT NULL AUTO_INCREMENT,ADD first_approval_cancel_status varchar(100) NULL DEFAULT \'0\' AFTER cancellation_reason, CHANGE cancellation_reason cancellation_reason TEXT NULL, CHANGE cancellation_request cancellation_request varchar(100) NULL DEFAULT \'2\', CHANGE reason reason TEXT NULL, CHANGE approved_date approved_date date NULL DEFAULT NULL, CHANGE rejected_reason rejected_reason TEXT NULL, CHANGE approval_status approval_status varchar(100) NULL DEFAULT \'0\', CHANGE second_approval_status second_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_status first_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE over_time over_time time NULL DEFAULT NULL, CHANGE ot_type ot_type varchar(100) NULL DEFAULT \'1\', CHANGE excess_work excess_work time NULL DEFAULT NULL, CHANGE ot_out_time ot_out_time time NULL DEFAULT NULL, CHANGE ot_in_time ot_in_time time NULL DEFAULT NULL, CHANGE excess_out excess_out time NULL DEFAULT NULL, CHANGE early_coming early_coming time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'0\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE applied_on applied_on date NULL DEFAULT NULL, CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\', CHANGE financial_setting_id financial_setting_id int(10) NULL DEFAULT \'0\'',1,'2022-12-09 17:17:10',0,NULL,0,NULL,1),(3070,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'226\',\'overtime_request\',\'5\',\'second_approval_cancel_status\',\'Second Approval Cancel Status\',\'second approval cancel status\',\'0\',\'0\',\'0\',\'0\',\'prime_approval_leave_status_id,approval_leave_status\',\'1\',\'0\',\'0\',\'0\',\'1\',\'31\',\'1\',\'2\',\'cw_approval_leave_status\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'approval_leave_status\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 17:18:58\')',1,'2022-12-09 17:18:58',0,NULL,0,NULL,1),(3071,_binary 'ALTER TABLE cw_overtime_request CHANGE prime_overtime_request_id prime_overtime_request_id int(11) NOT NULL AUTO_INCREMENT,ADD second_approval_cancel_status varchar(100) NULL DEFAULT \'0\' AFTER first_approval_cancel_status, CHANGE first_approval_cancel_status first_approval_cancel_status varchar(100) NULL DEFAULT \'0\', CHANGE cancellation_reason cancellation_reason TEXT NULL, CHANGE cancellation_request cancellation_request varchar(100) NULL DEFAULT \'2\', CHANGE reason reason TEXT NULL, CHANGE approved_date approved_date date NULL DEFAULT NULL, CHANGE rejected_reason rejected_reason TEXT NULL, CHANGE approval_status approval_status varchar(100) NULL DEFAULT \'0\', CHANGE second_approval_status second_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_status first_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE over_time over_time time NULL DEFAULT NULL, CHANGE ot_type ot_type varchar(100) NULL DEFAULT \'1\', CHANGE excess_work excess_work time NULL DEFAULT NULL, CHANGE ot_out_time ot_out_time time NULL DEFAULT NULL, CHANGE ot_in_time ot_in_time time NULL DEFAULT NULL, CHANGE excess_out excess_out time NULL DEFAULT NULL, CHANGE early_coming early_coming time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'0\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE applied_on applied_on date NULL DEFAULT NULL, CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\', CHANGE financial_setting_id financial_setting_id int(10) NULL DEFAULT \'0\'',1,'2022-12-09 17:18:59',0,NULL,0,NULL,1),(3072,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'218\',\'overtime_approval\',\'5\',\'cancellation_request\',\'Cancellation Request\',\'cancellation request\',\'0\',\'0\',\'0\',\'0\',\'prime_status_mode_id,status_mode_value\',\'1\',\'2\',\'0\',\'0\',\'1\',\'29\',\'1\',\'2\',\'cw_status_mode\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'status_mode_value\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 17:20:55\')',1,'2022-12-09 17:20:55',0,NULL,0,NULL,1),(3073,_binary 'ALTER TABLE cw_overtime_approval CHANGE prime_overtime_approval_id prime_overtime_approval_id int(11) NOT NULL AUTO_INCREMENT,ADD cancellation_request varchar(100) NULL DEFAULT \'2\' AFTER shift_status, CHANGE reason reason TEXT NULL, CHANGE approved_date approved_date date NULL DEFAULT NULL, CHANGE rejected_reason rejected_reason TEXT NULL, CHANGE approval_status approval_status varchar(100) NULL DEFAULT \'0\', CHANGE second_approval_status second_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_status first_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE over_time over_time time NULL DEFAULT NULL, CHANGE ot_type ot_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_out excess_out time NULL DEFAULT NULL, CHANGE applied_on applied_on date NULL DEFAULT NULL, CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE financial_setting_id financial_setting_id int(10) NULL DEFAULT \'0\', CHANGE prime_overtime_request_id prime_overtime_request_id int(10) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_work excess_work time NULL DEFAULT NULL, CHANGE ot_out_time ot_out_time time NULL DEFAULT NULL, CHANGE ot_in_time ot_in_time time NULL DEFAULT NULL, CHANGE early_coming early_coming time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'0\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 17:20:55',0,NULL,0,NULL,1),(3074,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'218\',\'overtime_approval\',\'8\',\'cancellation_reason\',\'Cancellation Reason\',\'cancellation reason\',\'0\',\'0\',\'0\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'30\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'0\',\'0\',\'1\',\'2022-12-09 17:21:29\')',1,'2022-12-09 17:21:29',0,NULL,0,NULL,1),(3075,_binary 'ALTER TABLE cw_overtime_approval CHANGE prime_overtime_approval_id prime_overtime_approval_id int(11) NOT NULL AUTO_INCREMENT,ADD cancellation_reason TEXT NULL AFTER cancellation_request, CHANGE cancellation_request cancellation_request varchar(100) NULL DEFAULT \'2\', CHANGE reason reason TEXT NULL, CHANGE approved_date approved_date date NULL DEFAULT NULL, CHANGE rejected_reason rejected_reason TEXT NULL, CHANGE approval_status approval_status varchar(100) NULL DEFAULT \'0\', CHANGE second_approval_status second_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_status first_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE over_time over_time time NULL DEFAULT NULL, CHANGE ot_type ot_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_out excess_out time NULL DEFAULT NULL, CHANGE applied_on applied_on date NULL DEFAULT NULL, CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE financial_setting_id financial_setting_id int(10) NULL DEFAULT \'0\', CHANGE prime_overtime_request_id prime_overtime_request_id int(10) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_work excess_work time NULL DEFAULT NULL, CHANGE ot_out_time ot_out_time time NULL DEFAULT NULL, CHANGE ot_in_time ot_in_time time NULL DEFAULT NULL, CHANGE early_coming early_coming time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'0\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 17:21:29',0,NULL,0,NULL,1),(3076,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'218\',\'overtime_approval\',\'5\',\'first_approval_cancel_status\',\'First Approval Cancel Status\',\'first approval cancel status\',\'0\',\'0\',\'0\',\'0\',\'prime_approval_leave_status_id,approval_leave_status\',\'1\',\'0\',\'0\',\'0\',\'1\',\'31\',\'1\',\'2\',\'cw_approval_leave_status\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'approval_leave_status\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 17:22:32\')',1,'2022-12-09 17:22:32',0,NULL,0,NULL,1),(3077,_binary 'ALTER TABLE cw_overtime_approval CHANGE prime_overtime_approval_id prime_overtime_approval_id int(11) NOT NULL AUTO_INCREMENT,ADD first_approval_cancel_status varchar(100) NULL DEFAULT \'0\' AFTER cancellation_reason, CHANGE cancellation_reason cancellation_reason TEXT NULL, CHANGE cancellation_request cancellation_request varchar(100) NULL DEFAULT \'2\', CHANGE reason reason TEXT NULL, CHANGE approved_date approved_date date NULL DEFAULT NULL, CHANGE rejected_reason rejected_reason TEXT NULL, CHANGE approval_status approval_status varchar(100) NULL DEFAULT \'0\', CHANGE second_approval_status second_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_status first_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE over_time over_time time NULL DEFAULT NULL, CHANGE ot_type ot_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_out excess_out time NULL DEFAULT NULL, CHANGE applied_on applied_on date NULL DEFAULT NULL, CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE financial_setting_id financial_setting_id int(10) NULL DEFAULT \'0\', CHANGE prime_overtime_request_id prime_overtime_request_id int(10) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_work excess_work time NULL DEFAULT NULL, CHANGE ot_out_time ot_out_time time NULL DEFAULT NULL, CHANGE ot_in_time ot_in_time time NULL DEFAULT NULL, CHANGE early_coming early_coming time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'0\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 17:22:32',0,NULL,0,NULL,1),(3078,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'218\',\'overtime_approval\',\'5\',\'second_approval_cancel_status\',\'Second Approval Cancel Status\',\'second approval cancel status\',\'0\',\'0\',\'0\',\'0\',\'prime_approval_leave_status_id,approval_leave_status\',\'1\',\'0\',\'0\',\'0\',\'1\',\'32\',\'1\',\'2\',\'cw_approval_leave_status\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'approval_leave_status\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 17:23:27\')',1,'2022-12-09 17:23:27',0,NULL,0,NULL,1),(3079,_binary 'ALTER TABLE cw_overtime_approval CHANGE prime_overtime_approval_id prime_overtime_approval_id int(11) NOT NULL AUTO_INCREMENT,ADD second_approval_cancel_status varchar(100) NULL DEFAULT \'0\' AFTER first_approval_cancel_status, CHANGE first_approval_cancel_status first_approval_cancel_status varchar(100) NULL DEFAULT \'0\', CHANGE cancellation_reason cancellation_reason TEXT NULL, CHANGE cancellation_request cancellation_request varchar(100) NULL DEFAULT \'2\', CHANGE reason reason TEXT NULL, CHANGE approved_date approved_date date NULL DEFAULT NULL, CHANGE rejected_reason rejected_reason TEXT NULL, CHANGE approval_status approval_status varchar(100) NULL DEFAULT \'0\', CHANGE second_approval_status second_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_status first_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE over_time over_time time NULL DEFAULT NULL, CHANGE ot_type ot_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_out excess_out time NULL DEFAULT NULL, CHANGE applied_on applied_on date NULL DEFAULT NULL, CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE financial_setting_id financial_setting_id int(10) NULL DEFAULT \'0\', CHANGE prime_overtime_request_id prime_overtime_request_id int(10) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_work excess_work time NULL DEFAULT NULL, CHANGE ot_out_time ot_out_time time NULL DEFAULT NULL, CHANGE ot_in_time ot_in_time time NULL DEFAULT NULL, CHANGE early_coming early_coming time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'0\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 17:23:27',0,NULL,0,NULL,1),(3080,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'218\',\'overtime_approval\',\'10\',\'ot_approved_form\',\'Ot Approved Form\',\'ot approved form\',\'0\',\'0\',\'0\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'33\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'3\',\'jpeg,jpg,png,svg\',\'500\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 17:24:34\')',1,'2022-12-09 17:24:34',0,NULL,0,NULL,1),(3081,_binary 'ALTER TABLE cw_overtime_approval CHANGE prime_overtime_approval_id prime_overtime_approval_id int(11) NOT NULL AUTO_INCREMENT,ADD ot_approved_form TEXT NULL AFTER second_approval_cancel_status, CHANGE second_approval_cancel_status second_approval_cancel_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_cancel_status first_approval_cancel_status varchar(100) NULL DEFAULT \'0\', CHANGE cancellation_reason cancellation_reason TEXT NULL, CHANGE cancellation_request cancellation_request varchar(100) NULL DEFAULT \'2\', CHANGE reason reason TEXT NULL, CHANGE approved_date approved_date date NULL DEFAULT NULL, CHANGE rejected_reason rejected_reason TEXT NULL, CHANGE approval_status approval_status varchar(100) NULL DEFAULT \'0\', CHANGE second_approval_status second_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_status first_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE over_time over_time time NULL DEFAULT NULL, CHANGE ot_type ot_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_out excess_out time NULL DEFAULT NULL, CHANGE applied_on applied_on date NULL DEFAULT NULL, CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE financial_setting_id financial_setting_id int(10) NULL DEFAULT \'0\', CHANGE prime_overtime_request_id prime_overtime_request_id int(10) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_work excess_work time NULL DEFAULT NULL, CHANGE ot_out_time ot_out_time time NULL DEFAULT NULL, CHANGE ot_in_time ot_in_time time NULL DEFAULT NULL, CHANGE early_coming early_coming time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'0\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 17:24:34',0,NULL,0,NULL,1),(3082,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'218\',\'overtime_approval\',\'15\',\'break_deduction\',\'Break Deduction\',\'break deduction\',\'0\',\'0\',\'0\',\'0\',\' \',\'1\',\'\',\'1\',\'0\',\'1\',\'34\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'500\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'0\',\'0\',\'1\',\'2022-12-09 17:28:02\')',1,'2022-12-09 17:28:02',0,NULL,0,NULL,1),(3083,_binary 'ALTER TABLE cw_overtime_approval CHANGE prime_overtime_approval_id prime_overtime_approval_id int(11) NOT NULL AUTO_INCREMENT,ADD break_deduction time NULL DEFAULT NULL AFTER ot_approved_form, CHANGE ot_approved_form ot_approved_form TEXT NULL, CHANGE second_approval_cancel_status second_approval_cancel_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_cancel_status first_approval_cancel_status varchar(100) NULL DEFAULT \'0\', CHANGE cancellation_reason cancellation_reason TEXT NULL, CHANGE cancellation_request cancellation_request varchar(100) NULL DEFAULT \'2\', CHANGE reason reason TEXT NULL, CHANGE approved_date approved_date date NULL DEFAULT NULL, CHANGE rejected_reason rejected_reason TEXT NULL, CHANGE approval_status approval_status varchar(100) NULL DEFAULT \'0\', CHANGE second_approval_status second_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_status first_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE over_time over_time time NULL DEFAULT NULL, CHANGE ot_type ot_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_out excess_out time NULL DEFAULT NULL, CHANGE applied_on applied_on date NULL DEFAULT NULL, CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE financial_setting_id financial_setting_id int(10) NULL DEFAULT \'0\', CHANGE prime_overtime_request_id prime_overtime_request_id int(10) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_work excess_work time NULL DEFAULT NULL, CHANGE ot_out_time ot_out_time time NULL DEFAULT NULL, CHANGE ot_in_time ot_in_time time NULL DEFAULT NULL, CHANGE early_coming early_coming time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'0\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 17:28:03',0,NULL,0,NULL,1),(3084,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'218\',\'overtime_approval\',\'15\',\'ot_hours\',\'Ot Hours\',\'ot hours\',\'0\',\'0\',\'0\',\'0\',\' \',\'1\',\'\',\'1\',\'0\',\'1\',\'35\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'0\',\'0\',\'1\',\'2022-12-09 17:31:34\')',1,'2022-12-09 17:31:34',0,NULL,0,NULL,1),(3085,_binary 'ALTER TABLE cw_overtime_approval CHANGE prime_overtime_approval_id prime_overtime_approval_id int(11) NOT NULL AUTO_INCREMENT,ADD ot_hours time NULL DEFAULT NULL AFTER break_deduction, CHANGE break_deduction break_deduction time NULL DEFAULT NULL, CHANGE ot_approved_form ot_approved_form TEXT NULL, CHANGE second_approval_cancel_status second_approval_cancel_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_cancel_status first_approval_cancel_status varchar(100) NULL DEFAULT \'0\', CHANGE cancellation_reason cancellation_reason TEXT NULL, CHANGE cancellation_request cancellation_request varchar(100) NULL DEFAULT \'2\', CHANGE reason reason TEXT NULL, CHANGE approved_date approved_date date NULL DEFAULT NULL, CHANGE rejected_reason rejected_reason TEXT NULL, CHANGE approval_status approval_status varchar(100) NULL DEFAULT \'0\', CHANGE second_approval_status second_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE first_approval_status first_approval_status varchar(100) NULL DEFAULT \'0\', CHANGE over_time over_time time NULL DEFAULT NULL, CHANGE ot_type ot_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_out excess_out time NULL DEFAULT NULL, CHANGE applied_on applied_on date NULL DEFAULT NULL, CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE financial_setting_id financial_setting_id int(10) NULL DEFAULT \'0\', CHANGE prime_overtime_request_id prime_overtime_request_id int(10) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE excess_work excess_work time NULL DEFAULT NULL, CHANGE ot_out_time ot_out_time time NULL DEFAULT NULL, CHANGE ot_in_time ot_in_time time NULL DEFAULT NULL, CHANGE early_coming early_coming time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'0\', CHANGE entry_date entry_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\'',1,'2022-12-09 17:31:34',0,NULL,0,NULL,1),(3086,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'200\',prime_module_id = \'time_entry\' ,field_type = \'5\',label_name = \'permission_type\',view_name = \'Permission Type\',short_name = \'permission type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_permission_type_id,permission_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_permission_type\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'permission_type\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-09 17:56:43\' WHERE prime_form_id = \'1758\'',1,'2022-12-09 17:56:43',0,NULL,0,NULL,1),(3087,_binary 'ALTER TABLE cw_time_entry CHANGE prime_time_entry_id prime_time_entry_id int(11) NOT NULL AUTO_INCREMENT,ADD permission_type varchar(100) NULL DEFAULT \'0\' AFTER approved_shift_ot, CHANGE approved_shift_ot approved_shift_ot int(10) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE second_half_count second_half_count decimal(15,2) NULL DEFAULT \'0\', CHANGE second_half_status second_half_status varchar(100) NULL DEFAULT \'\', CHANGE first_half_count first_half_count decimal(15,2) NULL DEFAULT \'0\', CHANGE first_half_status first_half_status varchar(100) NULL DEFAULT \'\', CHANGE whole_day_status whole_day_status varchar(100) NULL DEFAULT \'0\', CHANGE update_flag update_flag varchar(100) NULL DEFAULT \'0\', CHANGE entry_flag entry_flag varchar(100) NULL DEFAULT \'0\', CHANGE manual_out manual_out datetime NULL DEFAULT NULL, CHANGE manual_in manual_in datetime NULL DEFAULT NULL, CHANGE total_excess_hours total_excess_hours int(10) NULL DEFAULT \'0\', CHANGE total_permission total_permission int(10) NULL DEFAULT \'0\', CHANGE total_late_hours total_late_hours int(10) NULL DEFAULT \'0\', CHANGE total_work_hours total_work_hours int(10) NULL DEFAULT \'0\', CHANGE approved_ot_mins approved_ot_mins int(10) NULL DEFAULT \'0\', CHANGE permission_out permission_out datetime NULL DEFAULT NULL, CHANGE permission_in permission_in datetime NULL DEFAULT NULL, CHANGE excess_out excess_out int(10) NULL DEFAULT \'0\', CHANGE early_out early_out int(10) NULL DEFAULT \'0\', CHANGE late_in late_in int(10) NULL DEFAULT \'0\', CHANGE early_in early_in int(10) NULL DEFAULT \'0\', CHANGE punch_out punch_out datetime NULL DEFAULT NULL, CHANGE punch_in punch_in datetime NULL DEFAULT NULL, CHANGE shift_id shift_id varchar(100) NULL DEFAULT \'0\', CHANGE att_date att_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\'',1,'2022-12-09 17:56:43',0,NULL,0,NULL,1),(3088,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'200\',\'time_entry\',\'3\',\'approved_special_ot\',\'Approved Special Ot\',\'approved special ot\',\'0\',\'0\',\'10\',\'0\',\' \',\'1\',\'0\',\'0\',\'0\',\'1\',\'29\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 17:58:22\')',1,'2022-12-09 17:58:22',0,NULL,0,NULL,1),(3089,_binary 'ALTER TABLE cw_time_entry CHANGE prime_time_entry_id prime_time_entry_id int(11) NOT NULL AUTO_INCREMENT,ADD approved_special_ot int(10) NULL DEFAULT \'0\' AFTER permission_type, CHANGE permission_type permission_type varchar(100) NULL DEFAULT \'0\', CHANGE approved_shift_ot approved_shift_ot int(10) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE second_half_count second_half_count decimal(15,2) NULL DEFAULT \'0\', CHANGE second_half_status second_half_status varchar(100) NULL DEFAULT \'\', CHANGE first_half_count first_half_count decimal(15,2) NULL DEFAULT \'0\', CHANGE first_half_status first_half_status varchar(100) NULL DEFAULT \'\', CHANGE whole_day_status whole_day_status varchar(100) NULL DEFAULT \'0\', CHANGE update_flag update_flag varchar(100) NULL DEFAULT \'0\', CHANGE entry_flag entry_flag varchar(100) NULL DEFAULT \'0\', CHANGE manual_out manual_out datetime NULL DEFAULT NULL, CHANGE manual_in manual_in datetime NULL DEFAULT NULL, CHANGE total_excess_hours total_excess_hours int(10) NULL DEFAULT \'0\', CHANGE total_permission total_permission int(10) NULL DEFAULT \'0\', CHANGE total_late_hours total_late_hours int(10) NULL DEFAULT \'0\', CHANGE total_work_hours total_work_hours int(10) NULL DEFAULT \'0\', CHANGE approved_ot_mins approved_ot_mins int(10) NULL DEFAULT \'0\', CHANGE permission_out permission_out datetime NULL DEFAULT NULL, CHANGE permission_in permission_in datetime NULL DEFAULT NULL, CHANGE excess_out excess_out int(10) NULL DEFAULT \'0\', CHANGE early_out early_out int(10) NULL DEFAULT \'0\', CHANGE late_in late_in int(10) NULL DEFAULT \'0\', CHANGE early_in early_in int(10) NULL DEFAULT \'0\', CHANGE punch_out punch_out datetime NULL DEFAULT NULL, CHANGE punch_in punch_in datetime NULL DEFAULT NULL, CHANGE shift_id shift_id varchar(100) NULL DEFAULT \'0\', CHANGE att_date att_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\'',1,'2022-12-09 17:58:22',0,NULL,0,NULL,1),(3090,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'200\',\'time_entry\',\'8\',\'rejected_reason\',\'Rejected Reason\',\'rejected reason\',\'0\',\'0\',\'0\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'30\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-09 18:02:35\')',1,'2022-12-09 18:02:35',0,NULL,0,NULL,1),(3091,_binary 'ALTER TABLE cw_time_entry CHANGE prime_time_entry_id prime_time_entry_id int(11) NOT NULL AUTO_INCREMENT,ADD rejected_reason TEXT NULL AFTER approved_special_ot, CHANGE approved_special_ot approved_special_ot int(10) NULL DEFAULT \'0\', CHANGE permission_type permission_type varchar(100) NULL DEFAULT \'0\', CHANGE approved_shift_ot approved_shift_ot int(10) NULL DEFAULT \'0\', CHANGE approval_type approval_type varchar(100) NULL DEFAULT \'0\', CHANGE second_half_count second_half_count decimal(15,2) NULL DEFAULT \'0\', CHANGE second_half_status second_half_status varchar(100) NULL DEFAULT \'\', CHANGE first_half_count first_half_count decimal(15,2) NULL DEFAULT \'0\', CHANGE first_half_status first_half_status varchar(100) NULL DEFAULT \'\', CHANGE whole_day_status whole_day_status varchar(100) NULL DEFAULT \'0\', CHANGE update_flag update_flag varchar(100) NULL DEFAULT \'0\', CHANGE entry_flag entry_flag varchar(100) NULL DEFAULT \'0\', CHANGE manual_out manual_out datetime NULL DEFAULT NULL, CHANGE manual_in manual_in datetime NULL DEFAULT NULL, CHANGE total_excess_hours total_excess_hours int(10) NULL DEFAULT \'0\', CHANGE total_permission total_permission int(10) NULL DEFAULT \'0\', CHANGE total_late_hours total_late_hours int(10) NULL DEFAULT \'0\', CHANGE total_work_hours total_work_hours int(10) NULL DEFAULT \'0\', CHANGE approved_ot_mins approved_ot_mins int(10) NULL DEFAULT \'0\', CHANGE permission_out permission_out datetime NULL DEFAULT NULL, CHANGE permission_in permission_in datetime NULL DEFAULT NULL, CHANGE excess_out excess_out int(10) NULL DEFAULT \'0\', CHANGE early_out early_out int(10) NULL DEFAULT \'0\', CHANGE late_in late_in int(10) NULL DEFAULT \'0\', CHANGE early_in early_in int(10) NULL DEFAULT \'0\', CHANGE punch_out punch_out datetime NULL DEFAULT NULL, CHANGE punch_in punch_in datetime NULL DEFAULT NULL, CHANGE shift_id shift_id varchar(100) NULL DEFAULT \'0\', CHANGE att_date att_date date NULL DEFAULT NULL, CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\'',1,'2022-12-09 18:02:35',0,NULL,0,NULL,1),(3092,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'67\',prime_module_id = \'employee_code_auto\' ,field_type = \'5\',label_name = \'category\',view_name = \'Category\',short_name = \'category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'prime_category_id,category_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 14:34:56\' WHERE prime_form_id = \'390\'',1,'2022-12-12 14:34:56',0,NULL,0,NULL,1),(3093,_binary 'ALTER TABLE cw_employee_code_auto CHANGE prime_employee_code_auto_id prime_employee_code_auto_id int(11) NOT NULL AUTO_INCREMENT,CHANGE start_value start_value varchar(100) NULL DEFAULT \'\', CHANGE prefix prefix varchar(100) NULL DEFAULT \'\', CHANGE category category varchar(100) NULL DEFAULT \'0\', drop INDEX category,CHANGE code_type code_type varchar(100) NULL DEFAULT \'\'',1,'2022-12-12 14:34:56',0,NULL,0,NULL,1),(3094,_binary 'UPDATE cw_zct_17 SET cw_zct_17_status = \"0\"',1,'2022-12-12 14:34:56',0,NULL,0,NULL,1),(3095,_binary 'UPDATE cw_zct_17 SET cw_zct_17_status = \"1\" WHERE FIND_IN_SET(cw_zct_17_value,\"Auto,Manual\")',1,'2022-12-12 14:34:56',0,NULL,0,NULL,1),(3096,_binary 'UPDATE cw_zct_17 SET cw_zct_17_status = \"1\" WHERE FIND_IN_SET(cw_zct_17_value,\"Auto,Manual\")',1,'2022-12-12 14:34:56',0,NULL,0,NULL,1),(3097,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'67\',prime_module_id = \'employee_code_auto\' ,field_type = \'5\',label_name = \'category\',view_name = \'Category\',short_name = \'category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 14:35:32\' WHERE prime_form_id = \'390\'',1,'2022-12-12 14:35:32',0,NULL,0,NULL,1),(3098,_binary 'ALTER TABLE cw_employee_code_auto CHANGE prime_employee_code_auto_id prime_employee_code_auto_id int(11) NOT NULL AUTO_INCREMENT,CHANGE start_value start_value varchar(100) NULL DEFAULT \'\', CHANGE prefix prefix varchar(100) NULL DEFAULT \'\', CHANGE category category varchar(100) NULL DEFAULT \'0\', CHANGE code_type code_type varchar(100) NULL DEFAULT \'\'',1,'2022-12-12 14:35:32',0,NULL,0,NULL,1),(3099,_binary 'UPDATE cw_zct_17 SET cw_zct_17_status = \"0\"',1,'2022-12-12 14:35:32',0,NULL,0,NULL,1),(3100,_binary 'UPDATE cw_zct_17 SET cw_zct_17_status = \"1\" WHERE FIND_IN_SET(cw_zct_17_value,\"Auto,Manual\")',1,'2022-12-12 14:35:32',0,NULL,0,NULL,1),(3101,_binary 'UPDATE cw_zct_17 SET cw_zct_17_status = \"1\" WHERE FIND_IN_SET(cw_zct_17_value,\"Auto,Manual\")',1,'2022-12-12 14:35:32',0,NULL,0,NULL,1),(3102,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'83\',prime_module_id = \'financial_setting\' ,field_type = \'4\',label_name = \'start_date\',view_name = \'Start Date\',short_name = \'Start date\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 15:34:56\' WHERE prime_form_id = \'561\'',1,'2022-12-12 15:34:56',0,NULL,0,NULL,1),(3103,_binary 'ALTER TABLE cw_financial_setting CHANGE prime_financial_setting_id prime_financial_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE education_cess_percentage education_cess_percentage varchar(10) NULL DEFAULT \'\', CHANGE place place varchar(100) NULL DEFAULT \'\', CHANGE incharge_employee incharge_employee varchar(100) NULL DEFAULT \'\', CHANGE set_as_default_financial_year set_as_default_financial_year int(100) NULL DEFAULT \'0\', CHANGE tax_deduction_account_no tax_deduction_account_no varchar(30) NULL DEFAULT \'\', CHANGE formula formula TEXT NULL, CHANGE pan_or_gnr_no pan_or_gnr_no varchar(20) NULL DEFAULT \'\', CHANGE earning_component earning_component varchar(100) NULL DEFAULT \'\', CHANGE tan_no tan_no varchar(20) NULL DEFAULT \'\', CHANGE non_metro_percentage non_metro_percentage varchar(10) NULL DEFAULT \'\', CHANGE end_date end_date date NULL DEFAULT NULL, CHANGE metro_percentage metro_percentage varchar(100) NULL DEFAULT \'\', CHANGE start_date start_date date NULL DEFAULT NULL, CHANGE actual_rent_paid_percentage actual_rent_paid_percentage varchar(100) NULL DEFAULT \'\'',1,'2022-12-12 15:34:56',0,NULL,0,NULL,1),(3104,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'83\',prime_module_id = \'financial_setting\' ,field_type = \'4\',label_name = \'end_date\',view_name = \'End Date\',short_name = \'End Date\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 15:35:02\' WHERE prime_form_id = \'562\'',1,'2022-12-12 15:35:02',0,NULL,0,NULL,1),(3105,_binary 'ALTER TABLE cw_financial_setting CHANGE prime_financial_setting_id prime_financial_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE education_cess_percentage education_cess_percentage varchar(10) NULL DEFAULT \'\', CHANGE place place varchar(100) NULL DEFAULT \'\', CHANGE incharge_employee incharge_employee varchar(100) NULL DEFAULT \'\', CHANGE set_as_default_financial_year set_as_default_financial_year int(100) NULL DEFAULT \'0\', CHANGE tax_deduction_account_no tax_deduction_account_no varchar(30) NULL DEFAULT \'\', CHANGE formula formula TEXT NULL, CHANGE pan_or_gnr_no pan_or_gnr_no varchar(20) NULL DEFAULT \'\', CHANGE earning_component earning_component varchar(100) NULL DEFAULT \'\', CHANGE tan_no tan_no varchar(20) NULL DEFAULT \'\', CHANGE non_metro_percentage non_metro_percentage varchar(10) NULL DEFAULT \'\', CHANGE end_date end_date date NULL DEFAULT NULL, CHANGE metro_percentage metro_percentage varchar(100) NULL DEFAULT \'\', CHANGE start_date start_date date NULL DEFAULT NULL, CHANGE actual_rent_paid_percentage actual_rent_paid_percentage varchar(100) NULL DEFAULT \'\'',1,'2022-12-12 15:35:03',0,NULL,0,NULL,1),(3106,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'83\',prime_module_id = \'financial_setting\' ,field_type = \'1\',label_name = \'tan_no\',view_name = \'Tan No\',short_name = \'Tan No\',text_type = \'2\',date_type = \'0\',field_length = \'20\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 15:35:15\' WHERE prime_form_id = \'563\'',1,'2022-12-12 15:35:15',0,NULL,0,NULL,1),(3107,_binary 'ALTER TABLE cw_financial_setting CHANGE prime_financial_setting_id prime_financial_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE education_cess_percentage education_cess_percentage varchar(10) NULL DEFAULT \'\', CHANGE place place varchar(100) NULL DEFAULT \'\', CHANGE incharge_employee incharge_employee varchar(100) NULL DEFAULT \'\', CHANGE set_as_default_financial_year set_as_default_financial_year int(100) NULL DEFAULT \'0\', CHANGE tax_deduction_account_no tax_deduction_account_no varchar(30) NULL DEFAULT \'\', CHANGE formula formula TEXT NULL, CHANGE pan_or_gnr_no pan_or_gnr_no varchar(20) NULL DEFAULT \'\', CHANGE earning_component earning_component varchar(100) NULL DEFAULT \'\', CHANGE tan_no tan_no varchar(20) NULL DEFAULT \'\', CHANGE non_metro_percentage non_metro_percentage varchar(10) NULL DEFAULT \'\', CHANGE end_date end_date date NULL DEFAULT NULL, CHANGE metro_percentage metro_percentage varchar(100) NULL DEFAULT \'\', CHANGE start_date start_date date NULL DEFAULT NULL, CHANGE actual_rent_paid_percentage actual_rent_paid_percentage varchar(100) NULL DEFAULT \'\'',1,'2022-12-12 15:35:15',0,NULL,0,NULL,1),(3108,_binary 'UPDATE cw_form_view_setting SET prime_view_module_id = \'financial_setting\',form_view_type = \'1\',form_view_type_mode = \'null\',form_view_label_name = \'financial_information\',form_view_heading = \'Financial Information\',form_view_for = \'1,2\',view_user_right = \'1,2,4,6,7,8,10,11,12,13\',form_view_show = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 16:20:58\' WHERE prime_form_view_id = \'83\'',1,'2022-12-12 16:20:58',0,NULL,0,NULL,1),(3109,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'83\'',1,'2022-12-12 16:20:58',0,NULL,0,NULL,1),(3110,_binary 'UPDATE cw_form_view_setting SET prime_view_module_id = \'financial_setting\',form_view_type = \'1\',form_view_type_mode = \'null\',form_view_label_name = \'house_rent_allowance_exemption\',form_view_heading = \'house rent allowance exemption\',form_view_for = \'1,2\',view_user_right = \'1,2,4,6,7,8,10,11,12,13\',form_view_show = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 16:21:11\' WHERE prime_form_view_id = \'84\'',1,'2022-12-12 16:21:11',0,NULL,0,NULL,1),(3111,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'84\'',1,'2022-12-12 16:21:11',0,NULL,0,NULL,1),(3112,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'84\',prime_module_id = \'financial_setting\' ,field_type = \'5\',label_name = \'earning_component\',view_name = \'Earning Component\',short_name = \'earning component\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_arrear_column_mapping_id,arrear_column\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_arrear_column_mapping\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'arrear_column\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 16:21:35\' WHERE prime_form_id = \'572\'',1,'2022-12-12 16:21:35',0,NULL,0,NULL,1),(3113,_binary 'ALTER TABLE cw_financial_setting CHANGE prime_financial_setting_id prime_financial_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE education_cess_percentage education_cess_percentage varchar(10) NULL DEFAULT \'\', CHANGE place place varchar(100) NULL DEFAULT \'\', CHANGE incharge_employee incharge_employee varchar(100) NULL DEFAULT \'\', CHANGE set_as_default_financial_year set_as_default_financial_year int(100) NULL DEFAULT \'0\', CHANGE tax_deduction_account_no tax_deduction_account_no varchar(30) NULL DEFAULT \'\', CHANGE formula formula TEXT NULL, CHANGE pan_or_gnr_no pan_or_gnr_no varchar(20) NULL DEFAULT \'\', CHANGE earning_component earning_component varchar(100) NULL DEFAULT \'0\', CHANGE tan_no tan_no varchar(20) NULL DEFAULT \'\', CHANGE non_metro_percentage non_metro_percentage varchar(10) NULL DEFAULT \'\', CHANGE end_date end_date date NULL DEFAULT NULL, CHANGE metro_percentage metro_percentage varchar(100) NULL DEFAULT \'\', CHANGE start_date start_date date NULL DEFAULT NULL, CHANGE actual_rent_paid_percentage actual_rent_paid_percentage varchar(100) NULL DEFAULT \'\'',1,'2022-12-12 16:21:35',0,NULL,0,NULL,1),(3114,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'109\',prime_module_id = \'mail_configurations\' ,field_type = \'5\',label_name = \'mail_status\',view_name = \'Mail Status\',short_name = \'Mail Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_active_mode_id,active_mode_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_active_mode\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'active_mode_value\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 18:41:43\' WHERE prime_form_id = \'965\'',1,'2022-12-12 18:41:43',0,NULL,0,NULL,1),(3115,_binary 'ALTER TABLE cw_mail_configurations CHANGE prime_mail_configurations_id prime_mail_configurations_id int(11) NOT NULL AUTO_INCREMENT,CHANGE connection_type connection_type varchar(50) NULL DEFAULT \'\', CHANGE mail_status mail_status varchar(100) NULL DEFAULT \'1\', CHANGE mail_password mail_password varchar(100) NULL DEFAULT \'\', CHANGE mail_username mail_username varchar(100) NULL DEFAULT \'\', CHANGE port_no port_no int(10) NULL DEFAULT \'0\', CHANGE bcc bcc TEXT NULL, CHANGE sender_email sender_email varchar(100) NULL DEFAULT \'\', CHANGE sender_name sender_name varchar(30) NULL DEFAULT \'\', CHANGE smtp_server smtp_server varchar(100) NULL DEFAULT \'\', CHANGE configuration_name configuration_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-12 18:41:43',0,NULL,0,NULL,1),(3116,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'75\',prime_module_id = \'monthly_input_lock\' ,field_type = \'5\',label_name = \'status\',view_name = \'Status\',short_name = \'status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'Lock,Release\',pick_list_type = \'2\',pick_list_import = \'2\',pick_table = \'cw_zct_16\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 18:53:07\' WHERE prime_form_id = \'427\'',1,'2022-12-12 18:53:07',0,NULL,0,NULL,1),(3117,_binary 'ALTER TABLE cw_monthly_input_lock CHANGE prime_monthly_input_lock_id prime_monthly_input_lock_id int(11) NOT NULL AUTO_INCREMENT,CHANGE status status varchar(100) NULL DEFAULT \'0\', CHANGE admin_password admin_password varchar(100) NULL DEFAULT \'\', CHANGE lock_month lock_month varchar(20) NULL DEFAULT \'\', ADD UNIQUE(lock_month)',1,'2022-12-12 18:53:07',0,NULL,0,NULL,1),(3118,_binary 'UPDATE cw_zct_16 SET cw_zct_16_status = \"0\"',1,'2022-12-12 18:53:07',0,NULL,0,NULL,1),(3119,_binary 'UPDATE cw_zct_16 SET cw_zct_16_status = \"1\" WHERE FIND_IN_SET(cw_zct_16_value,\"Lock,Release\")',1,'2022-12-12 18:53:07',0,NULL,0,NULL,1),(3120,_binary 'UPDATE cw_zct_16 SET cw_zct_16_status = \"1\" WHERE FIND_IN_SET(cw_zct_16_value,\"Lock,Release\")',1,'2022-12-12 18:53:07',0,NULL,0,NULL,1),(3121,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'75\',prime_module_id = \'monthly_input_lock\' ,field_type = \'1\',label_name = \'lock_month\',view_name = \'Lock Month\',short_name = \'lock month\',text_type = \'2\',date_type = \'0\',field_length = \'20\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'1\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 18:53:21\' WHERE prime_form_id = \'425\'',1,'2022-12-12 18:53:21',0,NULL,0,NULL,1),(3122,_binary 'ALTER TABLE cw_monthly_input_lock CHANGE prime_monthly_input_lock_id prime_monthly_input_lock_id int(11) NOT NULL AUTO_INCREMENT,CHANGE status status varchar(100) NULL DEFAULT \'0\', CHANGE admin_password admin_password varchar(100) NULL DEFAULT \'\', CHANGE lock_month lock_month varchar(20) NULL DEFAULT \'\'',1,'2022-12-12 18:53:21',0,NULL,0,NULL,1),(3123,_binary 'UPDATE cw_zct_16 SET cw_zct_16_status = \"0\"',1,'2022-12-12 18:53:21',0,NULL,0,NULL,1),(3124,_binary 'UPDATE cw_zct_16 SET cw_zct_16_status = \"1\" WHERE FIND_IN_SET(cw_zct_16_value,\"Lock,Release\")',1,'2022-12-12 18:53:21',0,NULL,0,NULL,1),(3125,_binary 'UPDATE cw_zct_16 SET cw_zct_16_status = \"1\" WHERE FIND_IN_SET(cw_zct_16_value,\"Lock,Release\")',1,'2022-12-12 18:53:21',0,NULL,0,NULL,1),(3126,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'75\',prime_module_id = \'monthly_input_lock\' ,field_type = \'1\',label_name = \'admin_password\',view_name = \'Admin Password\',short_name = \'\',text_type = \'2\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 18:53:29\' WHERE prime_form_id = \'426\'',1,'2022-12-12 18:53:29',0,NULL,0,NULL,1),(3127,_binary 'ALTER TABLE cw_monthly_input_lock CHANGE prime_monthly_input_lock_id prime_monthly_input_lock_id int(11) NOT NULL AUTO_INCREMENT,CHANGE status status varchar(100) NULL DEFAULT \'0\', CHANGE admin_password admin_password varchar(100) NULL DEFAULT \'\', CHANGE lock_month lock_month varchar(20) NULL DEFAULT \'\'',1,'2022-12-12 18:53:29',0,NULL,0,NULL,1),(3128,_binary 'UPDATE cw_zct_16 SET cw_zct_16_status = \"0\"',1,'2022-12-12 18:53:29',0,NULL,0,NULL,1),(3129,_binary 'UPDATE cw_zct_16 SET cw_zct_16_status = \"1\" WHERE FIND_IN_SET(cw_zct_16_value,\"Lock,Release\")',1,'2022-12-12 18:53:29',0,NULL,0,NULL,1),(3130,_binary 'UPDATE cw_zct_16 SET cw_zct_16_status = \"1\" WHERE FIND_IN_SET(cw_zct_16_value,\"Lock,Release\")',1,'2022-12-12 18:53:29',0,NULL,0,NULL,1),(3131,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'92\',prime_module_id = \'offline_tds_entry\' ,field_type = \'5\',label_name = \'employee_code\',view_name = \'Employee Code\',short_name = \'employee code\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_employees_id,employee_code\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_employees\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'employee_code\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 19:09:08\' WHERE prime_form_id = \'600\'',1,'2022-12-12 19:09:08',0,NULL,0,NULL,1),(3132,_binary 'ALTER TABLE cw_offline_tds_entry CHANGE prime_offline_tds_entry_id prime_offline_tds_entry_id int(11) NOT NULL AUTO_INCREMENT,CHANGE book_entry book_entry varchar(100) NULL DEFAULT \'\', CHANGE amount amount decimal(15,2) NULL DEFAULT \'0\', CHANGE cheque_or_dd cheque_or_dd varchar(20) NULL DEFAULT \'\', CHANGE challan_no challan_no varchar(20) NULL DEFAULT \'\', CHANGE offline_tds_amount offline_tds_amount decimal(15,2) NULL DEFAULT \'0\', CHANGE challan_date challan_date date NULL DEFAULT NULL, CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'\', CHANGE payroll_month payroll_month varchar(20) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'\'',1,'2022-12-12 19:09:08',0,NULL,0,NULL,1),(3133,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'92\',prime_module_id = \'offline_tds_entry\' ,field_type = \'5\',label_name = \'category\',view_name = \'Category\',short_name = \'category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 19:09:21\' WHERE prime_form_id = \'599\'',1,'2022-12-12 19:09:21',0,NULL,0,NULL,1),(3134,_binary 'ALTER TABLE cw_offline_tds_entry CHANGE prime_offline_tds_entry_id prime_offline_tds_entry_id int(11) NOT NULL AUTO_INCREMENT,CHANGE book_entry book_entry varchar(100) NULL DEFAULT \'\', CHANGE amount amount decimal(15,2) NULL DEFAULT \'0\', CHANGE cheque_or_dd cheque_or_dd varchar(20) NULL DEFAULT \'\', CHANGE challan_no challan_no varchar(20) NULL DEFAULT \'\', CHANGE offline_tds_amount offline_tds_amount decimal(15,2) NULL DEFAULT \'0\', CHANGE challan_date challan_date date NULL DEFAULT NULL, CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'\', CHANGE payroll_month payroll_month varchar(20) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-12 19:09:21',0,NULL,0,NULL,1),(3135,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'92\',prime_module_id = \'offline_tds_entry\' ,field_type = \'5\',label_name = \'bank_name\',view_name = \'Bank Name\',short_name = \'bank name\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_bank_id,bank_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_bank\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'bank_name,bsr_code\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 19:09:41\' WHERE prime_form_id = \'609\'',1,'2022-12-12 19:09:41',0,NULL,0,NULL,1),(3136,_binary 'ALTER TABLE cw_offline_tds_entry CHANGE prime_offline_tds_entry_id prime_offline_tds_entry_id int(11) NOT NULL AUTO_INCREMENT,CHANGE book_entry book_entry varchar(100) NULL DEFAULT \'\', CHANGE amount amount decimal(15,2) NULL DEFAULT \'0\', CHANGE cheque_or_dd cheque_or_dd varchar(20) NULL DEFAULT \'\', CHANGE challan_no challan_no varchar(20) NULL DEFAULT \'\', CHANGE offline_tds_amount offline_tds_amount decimal(15,2) NULL DEFAULT \'0\', CHANGE challan_date challan_date date NULL DEFAULT NULL, CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE payroll_month payroll_month varchar(20) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-12 19:09:41',0,NULL,0,NULL,1),(3137,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'92\',prime_module_id = \'offline_tds_entry\' ,field_type = \'5\',label_name = \'book_entry\',view_name = \'Book Entry\',short_name = \'book entry\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_status_mode_id,status_mode_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_status_mode\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'status_mode_value\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 19:09:59\' WHERE prime_form_id = \'610\'',1,'2022-12-12 19:09:59',0,NULL,0,NULL,1),(3138,_binary 'ALTER TABLE cw_offline_tds_entry CHANGE prime_offline_tds_entry_id prime_offline_tds_entry_id int(11) NOT NULL AUTO_INCREMENT,CHANGE book_entry book_entry varchar(100) NULL DEFAULT \'0\', CHANGE amount amount decimal(15,2) NULL DEFAULT \'0\', CHANGE cheque_or_dd cheque_or_dd varchar(20) NULL DEFAULT \'\', CHANGE challan_no challan_no varchar(20) NULL DEFAULT \'\', CHANGE offline_tds_amount offline_tds_amount decimal(15,2) NULL DEFAULT \'0\', CHANGE challan_date challan_date date NULL DEFAULT NULL, CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE payroll_month payroll_month varchar(20) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-12 19:09:59',0,NULL,0,NULL,1),(3139,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'92\',prime_module_id = \'offline_tds_entry\' ,field_type = \'5\',label_name = \'employee_code\',view_name = \'Employee Code\',short_name = \'employee code\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_employees_id,employee_code\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_employees\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'employee_code,emp_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 19:10:25\' WHERE prime_form_id = \'600\'',1,'2022-12-12 19:10:25',0,NULL,0,NULL,1),(3140,_binary 'ALTER TABLE cw_offline_tds_entry CHANGE prime_offline_tds_entry_id prime_offline_tds_entry_id int(11) NOT NULL AUTO_INCREMENT,CHANGE book_entry book_entry varchar(100) NULL DEFAULT \'0\', CHANGE amount amount decimal(15,2) NULL DEFAULT \'0\', CHANGE cheque_or_dd cheque_or_dd varchar(20) NULL DEFAULT \'\', CHANGE challan_no challan_no varchar(20) NULL DEFAULT \'\', CHANGE offline_tds_amount offline_tds_amount decimal(15,2) NULL DEFAULT \'0\', CHANGE challan_date challan_date date NULL DEFAULT NULL, CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE payroll_month payroll_month varchar(20) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-12 19:10:25',0,NULL,0,NULL,1),(3141,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'94\',prime_module_id = \'section_matching\' ,field_type = \'5\',label_name = \'tax_section\',view_name = \'Tax Section\',short_name = \'Tax Section\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_tax_section_id,tax_section\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_tax_section\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'tax_section\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 20:47:50\' WHERE prime_form_id = \'611\'',1,'2022-12-12 20:47:50',0,NULL,0,NULL,1),(3142,_binary 'ALTER TABLE cw_section_matching CHANGE prime_section_matching_id prime_section_matching_id int(11) NOT NULL AUTO_INCREMENT,CHANGE projection projection varchar(100) NULL DEFAULT \'\', CHANGE formula formula TEXT NULL, CHANGE deduction deduction varchar(100) NULL DEFAULT \'\', CHANGE earnings earnings varchar(100) NULL DEFAULT \'\', CHANGE tax_sub_section tax_sub_section varchar(100) NULL DEFAULT \'\', CHANGE tax_section tax_section varchar(100) NULL DEFAULT \'0\'',1,'2022-12-12 20:47:50',0,NULL,0,NULL,1),(3143,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'94\',prime_module_id = \'section_matching\' ,field_type = \'5\',label_name = \'tax_sub_section\',view_name = \'Tax Sub Section\',short_name = \'Tax Sub Section\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_tax_sub_section_id,tax_act_details\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_tax_sub_section\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'tax_act_details\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 20:48:03\' WHERE prime_form_id = \'612\'',1,'2022-12-12 20:48:03',0,NULL,0,NULL,1),(3144,_binary 'ALTER TABLE cw_section_matching CHANGE prime_section_matching_id prime_section_matching_id int(11) NOT NULL AUTO_INCREMENT,CHANGE projection projection varchar(100) NULL DEFAULT \'\', CHANGE formula formula TEXT NULL, CHANGE deduction deduction varchar(100) NULL DEFAULT \'\', CHANGE earnings earnings varchar(100) NULL DEFAULT \'\', CHANGE tax_sub_section tax_sub_section varchar(100) NULL DEFAULT \'0\', CHANGE tax_section tax_section varchar(100) NULL DEFAULT \'0\'',1,'2022-12-12 20:48:03',0,NULL,0,NULL,1),(3145,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'94\',prime_module_id = \'section_matching\' ,field_type = \'5\',label_name = \'earnings\',view_name = \'Earnings\',short_name = \'earnings\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_arrear_column_mapping_id,arrear_column\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_arrear_column_mapping\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'arrear_column\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 20:48:19\' WHERE prime_form_id = \'613\'',1,'2022-12-12 20:48:19',0,NULL,0,NULL,1),(3146,_binary 'ALTER TABLE cw_section_matching CHANGE prime_section_matching_id prime_section_matching_id int(11) NOT NULL AUTO_INCREMENT,CHANGE projection projection varchar(100) NULL DEFAULT \'\', CHANGE formula formula TEXT NULL, CHANGE deduction deduction varchar(100) NULL DEFAULT \'\', CHANGE earnings earnings varchar(100) NULL DEFAULT \'0\', CHANGE tax_sub_section tax_sub_section varchar(100) NULL DEFAULT \'0\', CHANGE tax_section tax_section varchar(100) NULL DEFAULT \'0\'',1,'2022-12-12 20:48:19',0,NULL,0,NULL,1),(3147,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'94\',prime_module_id = \'section_matching\' ,field_type = \'5\',label_name = \'deduction\',view_name = \'Deduction\',short_name = \'deduction\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_arrear_column_mapping_id,arrear_column\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_arrear_column_mapping\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'arrear_column\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 20:48:33\' WHERE prime_form_id = \'614\'',1,'2022-12-12 20:48:33',0,NULL,0,NULL,1),(3148,_binary 'ALTER TABLE cw_section_matching CHANGE prime_section_matching_id prime_section_matching_id int(11) NOT NULL AUTO_INCREMENT,CHANGE projection projection varchar(100) NULL DEFAULT \'\', CHANGE formula formula TEXT NULL, CHANGE deduction deduction varchar(100) NULL DEFAULT \'0\', CHANGE earnings earnings varchar(100) NULL DEFAULT \'0\', CHANGE tax_sub_section tax_sub_section varchar(100) NULL DEFAULT \'0\', CHANGE tax_section tax_section varchar(100) NULL DEFAULT \'0\'',1,'2022-12-12 20:48:33',0,NULL,0,NULL,1);
INSERT INTO `cw_all_setting_queries` (`prime_all_setting_queries_id`, `all_setting_query`, `trans_created_by`, `trans_created_date`, `trans_updated_by`, `trans_updated_date`, `trans_deleted_by`, `trans_deleted_date`, `trans_status`) VALUES (3149,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'94\',prime_module_id = \'section_matching\' ,field_type = \'5\',label_name = \'projection\',view_name = \'Projection\',short_name = \'Projection\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_status_mode_id,status_mode_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_status_mode\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'status_mode_value\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 20:48:46\' WHERE prime_form_id = \'615\'',1,'2022-12-12 20:48:46',0,NULL,0,NULL,1),(3150,_binary 'ALTER TABLE cw_section_matching CHANGE prime_section_matching_id prime_section_matching_id int(11) NOT NULL AUTO_INCREMENT,CHANGE projection projection varchar(100) NULL DEFAULT \'0\', CHANGE formula formula TEXT NULL, CHANGE deduction deduction varchar(100) NULL DEFAULT \'0\', CHANGE earnings earnings varchar(100) NULL DEFAULT \'0\', CHANGE tax_sub_section tax_sub_section varchar(100) NULL DEFAULT \'0\', CHANGE tax_section tax_section varchar(100) NULL DEFAULT \'0\'',1,'2022-12-12 20:48:46',0,NULL,0,NULL,1),(3151,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'94\',prime_module_id = \'section_matching\' ,field_type = \'8\',label_name = \'formula\',view_name = \'Actual Formula\',short_name = \'formula\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-12 20:49:06\' WHERE prime_form_id = \'616\'',1,'2022-12-12 20:49:06',0,NULL,0,NULL,1),(3152,_binary 'ALTER TABLE cw_section_matching CHANGE prime_section_matching_id prime_section_matching_id int(11) NOT NULL AUTO_INCREMENT,CHANGE projection projection varchar(100) NULL DEFAULT \'0\', CHANGE formula formula TEXT NULL, CHANGE deduction deduction varchar(100) NULL DEFAULT \'0\', CHANGE earnings earnings varchar(100) NULL DEFAULT \'0\', CHANGE tax_sub_section tax_sub_section varchar(100) NULL DEFAULT \'0\', CHANGE tax_section tax_section varchar(100) NULL DEFAULT \'0\'',1,'2022-12-12 20:49:06',0,NULL,0,NULL,1),(3153,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'83\',prime_module_id = \'financial_setting\' ,field_type = \'9\',label_name = \'incharge_employee\',view_name = \'Incharge Employee\',short_name = \'\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'employee_code,emp_name\',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \'cw_employees\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \'employee_code\',auto_dispaly_value = \'employee_code\',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'employee_code,emp_name\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 10:13:36\' WHERE prime_form_id = \'566\'',1,'2022-12-13 10:13:36',0,NULL,0,NULL,1),(3154,_binary 'ALTER TABLE cw_financial_setting CHANGE prime_financial_setting_id prime_financial_setting_id int(11) NOT NULL AUTO_INCREMENT,CHANGE education_cess_percentage education_cess_percentage varchar(10) NULL DEFAULT \'\', CHANGE place place varchar(100) NULL DEFAULT \'\', CHANGE incharge_employee incharge_employee varchar(100) NULL DEFAULT \'\', CHANGE set_as_default_financial_year set_as_default_financial_year int(100) NULL DEFAULT \'0\', CHANGE tax_deduction_account_no tax_deduction_account_no varchar(30) NULL DEFAULT \'\', CHANGE formula formula TEXT NULL, CHANGE pan_or_gnr_no pan_or_gnr_no varchar(20) NULL DEFAULT \'\', CHANGE earning_component earning_component varchar(100) NULL DEFAULT \'0\', CHANGE tan_no tan_no varchar(20) NULL DEFAULT \'\', CHANGE non_metro_percentage non_metro_percentage varchar(10) NULL DEFAULT \'\', CHANGE end_date end_date date NULL DEFAULT NULL, CHANGE metro_percentage metro_percentage varchar(100) NULL DEFAULT \'\', CHANGE start_date start_date date NULL DEFAULT NULL, CHANGE actual_rent_paid_percentage actual_rent_paid_percentage varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 10:13:36',0,NULL,0,NULL,1),(3155,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'gender\',view_name = \'Gender\',short_name = \'Gender\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_gender_id,gender\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_gender\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'gender\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 15:47:42\' WHERE prime_form_id = \'70\'',1,'2022-12-13 15:47:42',0,NULL,0,NULL,1),(3156,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', ADD new_hire_status varchar(100) NULL DEFAULT \'0\' AFTER total_exp, CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', ADD exp_ref_no varchar(50) NULL DEFAULT \'0\' AFTER total_exp, CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3157,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3158,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3159,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3160,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3161,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3162,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3163,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3164,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3165,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3166,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3167,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3168,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3169,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3170,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3171,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3172,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3173,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3174,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3175,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3176,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3177,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3178,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3179,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3180,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3181,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3182,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3183,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3184,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3185,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3186,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3187,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3188,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3189,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3190,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3191,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3192,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3193,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3194,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3195,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3196,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3197,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3198,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3199,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3200,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3201,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3202,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3203,_binary 'CREATE TABLE IF NOT EXISTS cw_monthly_input(yinc decimal(15,2) NULL DEFAULT \'0.00\', weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', oj_inc decimal(15,2) NULL DEFAULT \'0.00\', sft_pd decimal(15,2) NULL DEFAULT \'0.00\', trainincent decimal(15,2) NULL DEFAULT \'0.00\', tds_ret decimal(15,2) NULL DEFAULT \'0.00\', sl_op decimal(15,2) NULL DEFAULT \'0.00\', sl decimal(15,2) NULL DEFAULT \'0.00\', salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', rbs decimal(15,2) NULL DEFAULT \'0.00\', rapd decimal(15,2) NULL DEFAULT \'0.00\', estpro decimal(15,2) NULL DEFAULT \'0.00\', prod_per decimal(15,2) NULL DEFAULT \'0.00\', pyinc decimal(15,2) NULL DEFAULT \'0.00\', sftadj decimal(15,2) NULL DEFAULT \'0.00\', prptg decimal(15,2) NULL DEFAULT \'0.00\', pmot decimal(15,2) NULL DEFAULT \'0.00\', pmfd decimal(15,2) NULL DEFAULT \'0.00\', ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', otadj decimal(15,2) NULL DEFAULT \'0.00\', njcd decimal(15,2) NULL DEFAULT \'0.00\', njd decimal(15,2) NULL DEFAULT \'0.00\', m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', feb_inc decimal(15,2) NULL DEFAULT \'0.00\', lcmd decimal(15,2) NULL DEFAULT \'0.00\', lcd decimal(15,2) NULL DEFAULT \'0.00\', led decimal(15,2) NULL DEFAULT \'0.00\', lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', lapreim decimal(15,2) NULL DEFAULT \'0.00\', inc_adj decimal(15,2) NULL DEFAULT \'0.00\', food_pd decimal(15,2) NULL DEFAULT \'0.00\', e_days decimal(15,2) NULL DEFAULT \'0.00\', err_per decimal(15,2) NULL DEFAULT \'0.00\', notice_period decimal(15,2) NULL DEFAULT \'0\', gratuity decimal(15,2) NULL DEFAULT \'0\', bonus decimal(15,2) NULL DEFAULT \'0.00\', creadj decimal(15,2) NULL DEFAULT \'0.00\', comcha decimal(15,2) NULL DEFAULT \'0.00\', cl_op decimal(15,2) NULL DEFAULT \'0.00\', cl decimal(15,2) NULL DEFAULT \'0.00\', b_inc decimal(15,2) NULL DEFAULT \'0.00\', estatt decimal(15,2) NULL DEFAULT \'0.00\', att_per decimal(15,2) NULL DEFAULT \'0.00\', arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', marrs decimal(15,2) NULL DEFAULT \'0.00\', tds_inc decimal(15,2) NULL DEFAULT \'0.00\', salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', process_month varchar(100) NULL DEFAULT \'0\', salarycut decimal(15,2) NULL DEFAULT \'0.00\', sal_adv decimal(15,2) NULL DEFAULT \'0.00\', employee_code varchar(100) NULL DEFAULT \'\', monthly_tds decimal(15,2) NULL DEFAULT \'0\', rec decimal(15,2) NULL DEFAULT \'0.00\', role varchar(100) NULL DEFAULT \'0\', nprd decimal(15,2) NULL DEFAULT \'0.00\', adv decimal(15,2) NULL DEFAULT \'0.00\', notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', s_md decimal(15,2) NULL DEFAULT \'0\', s_pd decimal(15,2) NULL DEFAULT \'0\', incadjd decimal(15,2) NULL DEFAULT \'0.00\', date_of_joining date NULL DEFAULT NULL, arrearhold decimal(15,2) NULL DEFAULT \'0.00\', arr_paid decimal(15,2) NULL DEFAULT \'0.00\', agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', ld decimal(15,2) NULL DEFAULT \'0\', emp_name varchar(100) NULL DEFAULT \'\')',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3204,_binary 'CREATE TABLE IF NOT EXISTS cw_fandf_monthly_input(yinc decimal(15,2) NULL DEFAULT \'0.00\', weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', oj_inc decimal(15,2) NULL DEFAULT \'0.00\', sft_pd decimal(15,2) NULL DEFAULT \'0.00\', trainincent decimal(15,2) NULL DEFAULT \'0.00\', tds_ret decimal(15,2) NULL DEFAULT \'0.00\', sl_op decimal(15,2) NULL DEFAULT \'0.00\', sl decimal(15,2) NULL DEFAULT \'0.00\', salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', rbs decimal(15,2) NULL DEFAULT \'0.00\', rapd decimal(15,2) NULL DEFAULT \'0.00\', estpro decimal(15,2) NULL DEFAULT \'0.00\', prod_per decimal(15,2) NULL DEFAULT \'0.00\', pyinc decimal(15,2) NULL DEFAULT \'0.00\', sftadj decimal(15,2) NULL DEFAULT \'0.00\', prptg decimal(15,2) NULL DEFAULT \'0.00\', pmot decimal(15,2) NULL DEFAULT \'0.00\', pmfd decimal(15,2) NULL DEFAULT \'0.00\', ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', otadj decimal(15,2) NULL DEFAULT \'0.00\', njcd decimal(15,2) NULL DEFAULT \'0.00\', njd decimal(15,2) NULL DEFAULT \'0.00\', m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', feb_inc decimal(15,2) NULL DEFAULT \'0.00\', lcmd decimal(15,2) NULL DEFAULT \'0.00\', lcd decimal(15,2) NULL DEFAULT \'0.00\', led decimal(15,2) NULL DEFAULT \'0.00\', lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', lapreim decimal(15,2) NULL DEFAULT \'0.00\', inc_adj decimal(15,2) NULL DEFAULT \'0.00\', food_pd decimal(15,2) NULL DEFAULT \'0.00\', e_days decimal(15,2) NULL DEFAULT \'0.00\', err_per decimal(15,2) NULL DEFAULT \'0.00\', notice_period decimal(15,2) NULL DEFAULT \'0\', gratuity decimal(15,2) NULL DEFAULT \'0\', bonus decimal(15,2) NULL DEFAULT \'0.00\', creadj decimal(15,2) NULL DEFAULT \'0.00\', comcha decimal(15,2) NULL DEFAULT \'0.00\', cl_op decimal(15,2) NULL DEFAULT \'0.00\', cl decimal(15,2) NULL DEFAULT \'0.00\', b_inc decimal(15,2) NULL DEFAULT \'0.00\', estatt decimal(15,2) NULL DEFAULT \'0.00\', att_per decimal(15,2) NULL DEFAULT \'0.00\', arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', marrs decimal(15,2) NULL DEFAULT \'0.00\', tds_inc decimal(15,2) NULL DEFAULT \'0.00\', salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', process_month varchar(100) NULL DEFAULT \'0\', salarycut decimal(15,2) NULL DEFAULT \'0.00\', sal_adv decimal(15,2) NULL DEFAULT \'0.00\', employee_code varchar(100) NULL DEFAULT \'\', monthly_tds decimal(15,2) NULL DEFAULT \'0\', rec decimal(15,2) NULL DEFAULT \'0.00\', role varchar(100) NULL DEFAULT \'0\', nprd decimal(15,2) NULL DEFAULT \'0.00\', adv decimal(15,2) NULL DEFAULT \'0.00\', notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', s_md decimal(15,2) NULL DEFAULT \'0\', s_pd decimal(15,2) NULL DEFAULT \'0\', incadjd decimal(15,2) NULL DEFAULT \'0.00\', date_of_joining date NULL DEFAULT NULL, arrearhold decimal(15,2) NULL DEFAULT \'0.00\', arr_paid decimal(15,2) NULL DEFAULT \'0.00\', agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', ld decimal(15,2) NULL DEFAULT \'0\', emp_name varchar(100) NULL DEFAULT \'\')',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3205,_binary 'ALTER TABLE cw_tax_ind_cal ADD oj_inc decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD sft_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD salaryheldff decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD ot decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD oth_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD mealallo decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD loyalbon decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',ADD food decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD ephone decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD epa decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD epp decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',ADD ecea decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD exg decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD conv decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD eb decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD eattire decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34,ADD ag decimal(15,2) NULL DEFAULT \'0.00\' AFTER taxsubsec_34',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3206,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',ADD exp_ref_no varchar(50) NULL DEFAULT \'0\' AFTER total_exp,ADD new_hire_status varchar(100) NULL DEFAULT \'0\' AFTER total_exp,CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3207,_binary 'ALTER TABLE cw_tax_calculation ADD earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_ot decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_ot decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_hra decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_hra decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_food decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_food decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_ephone decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_ephone decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_epa decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_epa decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_epp decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_epp decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_emed decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_emed decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_elta decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_elta decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_ecea decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_ecea decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_exg decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_exg decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_conv decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_conv decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_eb decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_eb decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_eattire decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_eattire decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_ag decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_ag decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3208,_binary 'ALTER TABLE cw_tax_calculation_dlt ADD earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_ot decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_ot decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_hra decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_hra decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_food decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_food decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_ephone decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_ephone decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_epa decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_epa decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_epp decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_epp decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_emed decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_emed decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_elta decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_elta decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_ecea decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_ecea decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_exg decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_exg decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_conv decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_conv decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_eb decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_eb decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_eattire decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_eattire decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD earn_ag decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total,ADD proj_ag decimal(15,2) NULL DEFAULT \'0.00\' AFTER earning_total',1,'2022-12-13 15:47:43',0,NULL,0,NULL,1),(3209,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'147\',prime_module_id = \'position\' ,field_type = \'5\',label_name = \'department\',view_name = \'Department\',short_name = \'Department\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_department_id,department\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_department\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'department\',field_show = \'0\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 15:54:41\' WHERE prime_form_id = \'991\'',1,'2022-12-13 15:54:41',0,NULL,0,NULL,1),(3210,_binary 'ALTER TABLE cw_position CHANGE prime_position_id prime_position_id int(11) NOT NULL AUTO_INCREMENT,CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE position_name position_name varchar(50) NULL DEFAULT \'\'',1,'2022-12-13 15:54:41',0,NULL,0,NULL,1),(3211,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_status\',view_name = \'Manager Status\',short_name = \'Manager Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_manager_status_id,manager_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_manager_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'manager_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 20:59:21\' WHERE prime_form_id = \'744\'',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3212,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3213,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3214,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3215,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3216,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3217,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3218,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3219,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3220,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3221,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3222,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3223,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3224,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3225,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3226,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3227,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3228,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3229,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3230,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3231,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3232,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3233,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3234,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3235,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3236,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3237,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3238,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3239,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3240,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3241,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3242,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3243,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3244,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3245,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3246,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3247,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3248,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3249,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3250,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3251,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3252,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3253,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3254,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3255,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3256,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3257,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3258,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 20:59:21',0,NULL,0,NULL,1),(3259,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_reason\',view_name = \'Manager Reason\',short_name = \'Manager Reason\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'Not Joining,Resigned,Abscond,Terminated\',pick_list_type = \'2\',pick_list_import = \'2\',pick_table = \'cw_zct_26\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 20:59:46\' WHERE prime_form_id = \'745\'',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3260,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3261,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3262,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3263,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3264,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3265,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3266,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3267,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3268,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3269,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3270,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3271,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3272,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3273,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3274,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3275,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3276,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3277,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3278,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3279,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3280,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3281,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3282,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3283,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3284,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3285,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3286,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3287,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3288,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3289,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3290,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3291,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3292,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3293,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3294,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3295,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3296,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3297,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3298,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3299,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3300,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3301,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3302,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3303,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3304,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 20:59:46',0,NULL,0,NULL,1),(3305,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 20:59:47',0,NULL,0,NULL,1),(3306,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 20:59:47',0,NULL,0,NULL,1),(3307,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'passport\',view_name = \'Passport No\',short_name = \'Passport No\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:00:11\' WHERE prime_form_id = \'1951\'',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3308,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3309,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3310,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3311,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3312,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3313,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3314,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3315,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3316,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3317,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3318,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3319,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3320,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3321,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3322,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3323,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3324,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3325,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3326,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3327,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3328,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3329,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3330,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3331,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3332,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3333,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3334,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3335,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3336,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3337,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3338,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3339,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3340,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3341,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3342,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3343,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3344,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3345,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3346,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3347,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3348,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3349,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3350,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3351,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3352,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3353,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3354,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:00:11',0,NULL,0,NULL,1),(3355,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'emp_father_number\',view_name = \'Father Or Guardian Contact No\',short_name = \'Father Or Guardian Contact no\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:00:32\' WHERE prime_form_id = \'1967\'',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3356,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3357,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3358,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3359,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3360,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3361,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3362,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3363,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3364,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3365,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3366,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3367,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3368,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3369,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3370,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3371,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3372,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3373,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3374,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3375,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3376,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3377,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3378,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3379,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3380,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3381,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3382,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3383,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3384,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3385,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3386,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3387,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3388,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3389,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3390,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3391,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3392,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3393,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3394,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3395,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3396,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3397,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3398,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3399,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3400,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3401,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3402,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:00:32',0,NULL,0,NULL,1),(3403,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_mother_name\',view_name = \'Mother Name\',short_name = \'Mother Name\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:01:00\' WHERE prime_form_id = \'1968\'',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3404,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3405,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3406,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3407,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3408,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3409,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3410,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3411,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3412,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3413,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3414,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3415,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3416,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3417,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3418,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3419,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3420,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3421,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3422,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3423,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3424,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3425,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3426,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3427,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3428,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3429,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3430,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3431,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3432,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3433,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3434,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3435,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3436,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3437,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3438,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3439,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3440,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3441,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3442,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3443,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3444,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3445,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3446,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3447,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3448,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3449,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3450,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:01:00',0,NULL,0,NULL,1),(3451,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'emp_mother_number\',view_name = \'Mother Contact No\',short_name = \'Mother Contact no\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:01:19\' WHERE prime_form_id = \'1969\'',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3452,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3453,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3454,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3455,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3456,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3457,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3458,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3459,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3460,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3461,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3462,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3463,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3464,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3465,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3466,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3467,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3468,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3469,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3470,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3471,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3472,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3473,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3474,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3475,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3476,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3477,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3478,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3479,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3480,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3481,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3482,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3483,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3484,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3485,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3486,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3487,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3488,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3489,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3490,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3491,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3492,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3493,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3494,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3495,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3496,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3497,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3498,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:01:19',0,NULL,0,NULL,1),(3499,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_spouse_name\',view_name = \'Spouse Name\',short_name = \'Spouse Name\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:01:39\' WHERE prime_form_id = \'1970\'',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3500,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3501,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3502,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3503,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3504,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3505,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3506,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3507,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3508,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3509,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3510,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3511,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3512,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3513,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3514,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3515,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3516,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3517,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3518,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3519,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3520,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3521,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3522,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3523,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3524,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3525,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3526,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3527,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3528,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3529,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3530,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3531,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3532,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3533,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3534,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3535,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3536,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3537,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3538,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3539,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3540,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3541,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3542,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3543,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3544,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3545,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3546,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:01:39',0,NULL,0,NULL,1),(3547,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'emp_spouse_number\',view_name = \'Spouse Contact No\',short_name = \'Spouse Contact no\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:01:55\' WHERE prime_form_id = \'1971\'',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3548,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3549,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3550,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3551,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3552,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3553,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3554,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3555,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3556,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3557,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3558,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3559,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3560,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3561,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3562,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3563,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3564,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3565,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3566,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3567,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3568,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3569,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3570,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3571,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3572,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3573,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3574,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3575,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3576,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3577,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3578,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3579,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3580,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3581,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3582,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3583,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3584,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3585,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3586,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3587,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3588,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3589,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3590,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3591,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3592,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3593,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3594,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:01:55',0,NULL,0,NULL,1),(3595,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_emergency_name\',view_name = \'Emergency Contact Name\',short_name = \'Emergency Contact Name\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:02:18\' WHERE prime_form_id = \'1972\'',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3596,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3597,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3598,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3599,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3600,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3601,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3602,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3603,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3604,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3605,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3606,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3607,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3608,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3609,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3610,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3611,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3612,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3613,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3614,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3615,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3616,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3617,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3618,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3619,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3620,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3621,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3622,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3623,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3624,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3625,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3626,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3627,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3628,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3629,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3630,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3631,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3632,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3633,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3634,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3635,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3636,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3637,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3638,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3639,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3640,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3641,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3642,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:02:18',0,NULL,0,NULL,1),(3643,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'emp_emergency_number\',view_name = \'Emergency Contact No\',short_name = \'Emergency Contact no\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:02:41\' WHERE prime_form_id = \'1973\'',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3644,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3645,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3646,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3647,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3648,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3649,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3650,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3651,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3652,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3653,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3654,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3655,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3656,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3657,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3658,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3659,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3660,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3661,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3662,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3663,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3664,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3665,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3666,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3667,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3668,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3669,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3670,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3671,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3672,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3673,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3674,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3675,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3676,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3677,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3678,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3679,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3680,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3681,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3682,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3683,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3684,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3685,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3686,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3687,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3688,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3689,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3690,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:02:41',0,NULL,0,NULL,1),(3691,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'total_exp\',view_name = \'Total Experience\',short_name = \'Total Experience\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:03:00\' WHERE prime_form_id = \'1976\'',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3692,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3693,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3694,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3695,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3696,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3697,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3698,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3699,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3700,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3701,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3702,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3703,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3704,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3705,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3706,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3707,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3708,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3709,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3710,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3711,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3712,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3713,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3714,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3715,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3716,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3717,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3718,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3719,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3720,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3721,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3722,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3723,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3724,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3725,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3726,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3727,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3728,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3729,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3730,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3731,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3732,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3733,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3734,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3735,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3736,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:03:00',0,NULL,0,NULL,1),(3737,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:03:01',0,NULL,0,NULL,1),(3738,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:03:01',0,NULL,0,NULL,1),(3739,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_status\',view_name = \'Manager Status\',short_name = \'Manager Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_manager_status_id,manager_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_manager_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'manager_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:35:34\' WHERE prime_form_id = \'744\'',1,'2022-12-13 21:35:34',0,NULL,0,NULL,1),(3740,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:35:34',0,NULL,0,NULL,1),(3741,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3742,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3743,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3744,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3745,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3746,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3747,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3748,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3749,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3750,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3751,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3752,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3753,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3754,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3755,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3756,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3757,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3758,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3759,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3760,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3761,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3762,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3763,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3764,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3765,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3766,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3767,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3768,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3769,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3770,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3771,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3772,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3773,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3774,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3775,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3776,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3777,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3778,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3779,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3780,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3781,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3782,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3783,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3784,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3785,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3786,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:35:35',0,NULL,0,NULL,1),(3787,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_reason\',view_name = \'Manager Reason\',short_name = \'Manager Reason\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'Not Joining,Resigned,Abscond,Terminated\',pick_list_type = \'2\',pick_list_import = \'2\',pick_table = \'cw_zct_26\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:35:56\' WHERE prime_form_id = \'745\'',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3788,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3789,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3790,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3791,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3792,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3793,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3794,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3795,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3796,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3797,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3798,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3799,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3800,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3801,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3802,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3803,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3804,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3805,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3806,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3807,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3808,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3809,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3810,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3811,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3812,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3813,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3814,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3815,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3816,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3817,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3818,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3819,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3820,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3821,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3822,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3823,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3824,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3825,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3826,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3827,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3828,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3829,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3830,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3831,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3832,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3833,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3834,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:35:56',0,NULL,0,NULL,1),(3835,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'passport\',view_name = \'Passport No\',short_name = \'Passport No\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:36:32\' WHERE prime_form_id = \'1951\'',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3836,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3837,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3838,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3839,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3840,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3841,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3842,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3843,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3844,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3845,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3846,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3847,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3848,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3849,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3850,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3851,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3852,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3853,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3854,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3855,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3856,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3857,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3858,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3859,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3860,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3861,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3862,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3863,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3864,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3865,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3866,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3867,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3868,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3869,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3870,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3871,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3872,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3873,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3874,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3875,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3876,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3877,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3878,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3879,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3880,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3881,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3882,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:36:32',0,NULL,0,NULL,1),(3883,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'emp_father_number\',view_name = \'Father Or Guardian Contact No\',short_name = \'Father Or Guardian Contact no\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:36:54\' WHERE prime_form_id = \'1967\'',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3884,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3885,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3886,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3887,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3888,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3889,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3890,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3891,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3892,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3893,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3894,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3895,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3896,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3897,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3898,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3899,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3900,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3901,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3902,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3903,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3904,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3905,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3906,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3907,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3908,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3909,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3910,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3911,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3912,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3913,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3914,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3915,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3916,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3917,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3918,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3919,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3920,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3921,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3922,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3923,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3924,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3925,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3926,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3927,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3928,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3929,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3930,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:36:54',0,NULL,0,NULL,1),(3931,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_mother_name\',view_name = \'Mother Name\',short_name = \'Mother Name\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:37:28\' WHERE prime_form_id = \'1968\'',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3932,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3933,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3934,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3935,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3936,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3937,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3938,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3939,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3940,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3941,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3942,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3943,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3944,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3945,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3946,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3947,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3948,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3949,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3950,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3951,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3952,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3953,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3954,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3955,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3956,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3957,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3958,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3959,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3960,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3961,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3962,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3963,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3964,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3965,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3966,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3967,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3968,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3969,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3970,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3971,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3972,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3973,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3974,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3975,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3976,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3977,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3978,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:37:28',0,NULL,0,NULL,1),(3979,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'emp_mother_number\',view_name = \'Mother Contact No\',short_name = \'Mother Contact no\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:37:46\' WHERE prime_form_id = \'1969\'',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3980,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3981,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3982,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3983,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3984,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3985,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3986,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3987,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3988,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3989,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3990,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3991,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3992,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3993,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3994,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3995,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3996,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3997,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3998,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(3999,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4000,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4001,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4002,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4003,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4004,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4005,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4006,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4007,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4008,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4009,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4010,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4011,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4012,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4013,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4014,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4015,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4016,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4017,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4018,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4019,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4020,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4021,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4022,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4023,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4024,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4025,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:37:46',0,NULL,0,NULL,1),(4026,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:37:47',0,NULL,0,NULL,1),(4027,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_spouse_name\',view_name = \'Spouse Name\',short_name = \'Spouse Name\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:38:04\' WHERE prime_form_id = \'1970\'',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4028,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4029,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4030,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4031,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4032,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4033,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4034,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4035,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4036,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4037,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4038,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4039,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4040,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4041,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4042,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4043,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4044,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4045,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4046,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4047,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4048,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4049,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4050,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4051,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4052,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4053,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4054,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4055,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4056,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4057,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4058,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4059,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4060,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4061,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4062,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4063,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4064,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4065,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4066,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4067,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4068,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4069,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4070,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4071,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4072,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4073,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4074,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:38:04',0,NULL,0,NULL,1),(4075,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'emp_spouse_number\',view_name = \'Spouse Contact No\',short_name = \'Spouse Contact no\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:38:29\' WHERE prime_form_id = \'1971\'',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4076,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4077,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4078,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4079,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4080,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4081,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4082,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4083,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4084,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4085,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4086,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4087,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4088,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4089,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4090,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4091,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4092,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4093,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4094,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4095,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4096,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4097,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4098,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4099,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4100,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4101,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4102,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:29',0,NULL,0,NULL,1),(4103,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4104,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4105,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4106,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4107,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4108,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4109,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4110,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4111,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4112,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4113,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4114,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4115,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4116,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4117,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4118,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4119,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4120,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1);
INSERT INTO `cw_all_setting_queries` (`prime_all_setting_queries_id`, `all_setting_query`, `trans_created_by`, `trans_created_date`, `trans_updated_by`, `trans_updated_date`, `trans_deleted_by`, `trans_deleted_date`, `trans_status`) VALUES (4121,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4122,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:38:30',0,NULL,0,NULL,1),(4123,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_emergency_name\',view_name = \'Emergency Contact Name\',short_name = \'Emergency Contact Name\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:38:52\' WHERE prime_form_id = \'1972\'',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4124,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4125,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4126,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4127,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4128,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4129,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4130,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4131,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4132,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4133,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4134,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4135,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4136,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4137,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4138,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4139,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4140,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4141,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4142,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4143,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4144,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4145,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4146,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4147,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4148,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4149,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4150,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4151,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4152,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4153,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4154,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4155,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4156,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4157,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4158,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4159,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4160,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4161,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4162,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4163,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4164,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4165,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4166,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4167,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4168,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4169,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4170,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:38:52',0,NULL,0,NULL,1),(4171,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'emp_emergency_number\',view_name = \'Emergency Contact No\',short_name = \'Emergency Contact no\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:39:13\' WHERE prime_form_id = \'1973\'',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4172,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4173,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4174,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4175,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4176,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4177,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4178,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4179,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4180,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4181,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4182,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4183,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4184,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4185,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4186,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4187,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4188,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4189,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4190,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4191,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4192,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4193,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4194,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4195,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4196,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4197,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4198,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4199,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4200,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4201,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4202,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4203,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4204,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4205,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4206,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4207,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4208,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4209,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4210,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4211,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4212,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4213,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4214,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4215,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4216,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4217,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4218,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:39:13',0,NULL,0,NULL,1),(4219,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'total_exp\',view_name = \'Total Experience\',short_name = \'Total Experience\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-13 21:39:42\' WHERE prime_form_id = \'1976\'',1,'2022-12-13 21:39:42',0,NULL,0,NULL,1),(4220,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4221,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4222,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4223,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4224,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4225,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4226,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4227,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4228,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4229,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4230,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4231,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4232,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4233,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4234,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4235,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4236,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4237,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4238,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4239,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4240,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4241,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4242,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4243,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4244,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4245,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4246,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4247,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4248,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4249,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4250,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4251,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4252,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4253,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4254,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4255,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4256,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4257,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4258,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4259,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4260,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4261,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4262,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4263,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4264,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4265,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4266,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-13 21:39:43',0,NULL,0,NULL,1),(4267,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'33\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'paymode\',view_name = \'Paymode\',short_name = \'paymode\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_pay_mode_id,pay_mode\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_pay_mode\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'pay_mode\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 09:58:15\' WHERE prime_form_id = \'1730\'',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4268,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4269,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4270,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4271,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4272,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4273,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4274,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4275,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4276,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4277,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4278,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4279,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4280,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4281,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4282,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4283,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4284,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4285,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4286,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4287,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4288,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4289,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4290,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4291,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4292,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4293,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4294,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4295,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4296,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4297,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4298,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4299,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4300,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4301,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4302,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4303,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4304,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4305,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4306,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4307,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4308,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4309,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4310,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4311,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4312,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4313,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4314,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 09:58:15',0,NULL,0,NULL,1),(4315,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'33\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'paymode\',view_name = \'Paymode\',short_name = \'paymode\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_pay_mode_id,pay_mode\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_pay_mode\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'pay_mode\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 09:59:13\' WHERE prime_form_id = \'1730\'',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4316,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4317,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4318,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4319,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4320,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4321,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4322,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4323,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4324,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4325,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4326,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4327,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4328,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4329,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4330,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4331,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4332,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4333,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4334,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4335,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4336,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4337,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4338,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4339,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4340,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4341,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4342,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4343,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4344,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4345,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4346,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4347,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4348,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4349,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4350,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4351,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4352,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4353,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4354,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4355,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4356,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4357,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4358,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4359,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4360,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4361,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4362,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 09:59:13',0,NULL,0,NULL,1),(4363,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'33\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'paymode\',view_name = \'Paymode\',short_name = \'paymode\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_pay_mode_id,pay_mode\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_pay_mode\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'pay_mode\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 10:00:10\' WHERE prime_form_id = \'1730\'',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4364,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4365,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4366,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4367,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4368,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4369,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4370,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4371,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4372,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4373,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4374,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4375,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4376,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4377,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4378,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4379,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4380,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4381,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4382,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4383,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4384,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4385,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4386,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4387,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4388,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4389,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4390,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4391,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4392,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4393,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4394,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4395,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4396,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4397,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4398,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4399,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4400,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4401,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4402,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4403,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4404,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4405,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4406,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4407,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4408,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4409,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 10:00:10',0,NULL,0,NULL,1),(4410,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 10:00:11',0,NULL,0,NULL,1),(4411,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'33\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'paymode\',view_name = \'Paymode\',short_name = \'paymode\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_pay_mode_id,pay_mode\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_pay_mode\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'pay_mode\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 10:05:54\' WHERE prime_form_id = \'1730\'',1,'2022-12-14 10:05:54',0,NULL,0,NULL,1),(4412,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4413,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4414,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4415,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4416,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4417,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4418,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4419,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4420,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4421,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4422,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4423,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4424,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4425,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4426,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4427,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4428,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4429,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4430,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4431,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4432,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4433,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4434,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4435,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4436,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4437,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4438,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4439,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4440,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4441,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4442,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4443,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4444,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4445,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4446,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4447,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4448,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4449,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4450,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4451,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4452,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4453,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4454,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4455,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4456,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4457,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4458,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4459,_binary 'CREATE TABLE IF NOT EXISTS cw_monthly_input(yinc decimal(15,2) NULL DEFAULT \'0.00\', weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', oj_inc decimal(15,2) NULL DEFAULT \'0.00\', sft_pd decimal(15,2) NULL DEFAULT \'0.00\', trainincent decimal(15,2) NULL DEFAULT \'0.00\', tds_ret decimal(15,2) NULL DEFAULT \'0.00\', sl_op decimal(15,2) NULL DEFAULT \'0.00\', sl decimal(15,2) NULL DEFAULT \'0.00\', salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', rbs decimal(15,2) NULL DEFAULT \'0.00\', rapd decimal(15,2) NULL DEFAULT \'0.00\', estpro decimal(15,2) NULL DEFAULT \'0.00\', prod_per decimal(15,2) NULL DEFAULT \'0.00\', pyinc decimal(15,2) NULL DEFAULT \'0.00\', sftadj decimal(15,2) NULL DEFAULT \'0.00\', prptg decimal(15,2) NULL DEFAULT \'0.00\', pmot decimal(15,2) NULL DEFAULT \'0.00\', pmfd decimal(15,2) NULL DEFAULT \'0.00\', ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', otadj decimal(15,2) NULL DEFAULT \'0.00\', njcd decimal(15,2) NULL DEFAULT \'0.00\', njd decimal(15,2) NULL DEFAULT \'0.00\', m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', feb_inc decimal(15,2) NULL DEFAULT \'0.00\', lcmd decimal(15,2) NULL DEFAULT \'0.00\', lcd decimal(15,2) NULL DEFAULT \'0.00\', led decimal(15,2) NULL DEFAULT \'0.00\', lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', lapreim decimal(15,2) NULL DEFAULT \'0.00\', inc_adj decimal(15,2) NULL DEFAULT \'0.00\', food_pd decimal(15,2) NULL DEFAULT \'0.00\', e_days decimal(15,2) NULL DEFAULT \'0.00\', err_per decimal(15,2) NULL DEFAULT \'0.00\', notice_period decimal(15,2) NULL DEFAULT \'0\', gratuity decimal(15,2) NULL DEFAULT \'0\', bonus decimal(15,2) NULL DEFAULT \'0.00\', creadj decimal(15,2) NULL DEFAULT \'0.00\', comcha decimal(15,2) NULL DEFAULT \'0.00\', cl_op decimal(15,2) NULL DEFAULT \'0.00\', cl decimal(15,2) NULL DEFAULT \'0.00\', b_inc decimal(15,2) NULL DEFAULT \'0.00\', estatt decimal(15,2) NULL DEFAULT \'0.00\', att_per decimal(15,2) NULL DEFAULT \'0.00\', arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', marrs decimal(15,2) NULL DEFAULT \'0.00\', tds_inc decimal(15,2) NULL DEFAULT \'0.00\', salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', process_month varchar(100) NULL DEFAULT \'0\', salarycut decimal(15,2) NULL DEFAULT \'0.00\', sal_adv decimal(15,2) NULL DEFAULT \'0.00\', employee_code varchar(100) NULL DEFAULT \'\', monthly_tds decimal(15,2) NULL DEFAULT \'0\', rec decimal(15,2) NULL DEFAULT \'0.00\', role varchar(100) NULL DEFAULT \'0\', nprd decimal(15,2) NULL DEFAULT \'0.00\', adv decimal(15,2) NULL DEFAULT \'0.00\', notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', s_md decimal(15,2) NULL DEFAULT \'0\', s_pd decimal(15,2) NULL DEFAULT \'0\', incadjd decimal(15,2) NULL DEFAULT \'0.00\', date_of_joining date NULL DEFAULT NULL, arrearhold decimal(15,2) NULL DEFAULT \'0.00\', arr_paid decimal(15,2) NULL DEFAULT \'0.00\', agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', ld decimal(15,2) NULL DEFAULT \'0\', emp_name varchar(100) NULL DEFAULT \'\')',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4460,_binary 'CREATE TABLE IF NOT EXISTS cw_fandf_monthly_input(yinc decimal(15,2) NULL DEFAULT \'0.00\', weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', oj_inc decimal(15,2) NULL DEFAULT \'0.00\', sft_pd decimal(15,2) NULL DEFAULT \'0.00\', trainincent decimal(15,2) NULL DEFAULT \'0.00\', tds_ret decimal(15,2) NULL DEFAULT \'0.00\', sl_op decimal(15,2) NULL DEFAULT \'0.00\', sl decimal(15,2) NULL DEFAULT \'0.00\', salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', rbs decimal(15,2) NULL DEFAULT \'0.00\', rapd decimal(15,2) NULL DEFAULT \'0.00\', estpro decimal(15,2) NULL DEFAULT \'0.00\', prod_per decimal(15,2) NULL DEFAULT \'0.00\', pyinc decimal(15,2) NULL DEFAULT \'0.00\', sftadj decimal(15,2) NULL DEFAULT \'0.00\', prptg decimal(15,2) NULL DEFAULT \'0.00\', pmot decimal(15,2) NULL DEFAULT \'0.00\', pmfd decimal(15,2) NULL DEFAULT \'0.00\', ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', otadj decimal(15,2) NULL DEFAULT \'0.00\', njcd decimal(15,2) NULL DEFAULT \'0.00\', njd decimal(15,2) NULL DEFAULT \'0.00\', m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', feb_inc decimal(15,2) NULL DEFAULT \'0.00\', lcmd decimal(15,2) NULL DEFAULT \'0.00\', lcd decimal(15,2) NULL DEFAULT \'0.00\', led decimal(15,2) NULL DEFAULT \'0.00\', lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', lapreim decimal(15,2) NULL DEFAULT \'0.00\', inc_adj decimal(15,2) NULL DEFAULT \'0.00\', food_pd decimal(15,2) NULL DEFAULT \'0.00\', e_days decimal(15,2) NULL DEFAULT \'0.00\', err_per decimal(15,2) NULL DEFAULT \'0.00\', notice_period decimal(15,2) NULL DEFAULT \'0\', gratuity decimal(15,2) NULL DEFAULT \'0\', bonus decimal(15,2) NULL DEFAULT \'0.00\', creadj decimal(15,2) NULL DEFAULT \'0.00\', comcha decimal(15,2) NULL DEFAULT \'0.00\', cl_op decimal(15,2) NULL DEFAULT \'0.00\', cl decimal(15,2) NULL DEFAULT \'0.00\', b_inc decimal(15,2) NULL DEFAULT \'0.00\', estatt decimal(15,2) NULL DEFAULT \'0.00\', att_per decimal(15,2) NULL DEFAULT \'0.00\', arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', marrs decimal(15,2) NULL DEFAULT \'0.00\', tds_inc decimal(15,2) NULL DEFAULT \'0.00\', salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', process_month varchar(100) NULL DEFAULT \'0\', salarycut decimal(15,2) NULL DEFAULT \'0.00\', sal_adv decimal(15,2) NULL DEFAULT \'0.00\', employee_code varchar(100) NULL DEFAULT \'\', monthly_tds decimal(15,2) NULL DEFAULT \'0\', rec decimal(15,2) NULL DEFAULT \'0.00\', role varchar(100) NULL DEFAULT \'0\', nprd decimal(15,2) NULL DEFAULT \'0.00\', adv decimal(15,2) NULL DEFAULT \'0.00\', notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', s_md decimal(15,2) NULL DEFAULT \'0\', s_pd decimal(15,2) NULL DEFAULT \'0\', incadjd decimal(15,2) NULL DEFAULT \'0.00\', date_of_joining date NULL DEFAULT NULL, arrearhold decimal(15,2) NULL DEFAULT \'0.00\', arr_paid decimal(15,2) NULL DEFAULT \'0.00\', agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', ld decimal(15,2) NULL DEFAULT \'0\', emp_name varchar(100) NULL DEFAULT \'\')',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4461,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4462,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4463,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4464,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 10:05:55',0,NULL,0,NULL,1),(4465,_binary 'update cw_payroll_formula set trans_status = 0 where prime_payroll_id=\"557\" and formula_mode = 1',1,'2022-12-14 11:19:05',0,NULL,0,NULL,1),(4466,_binary 'INSERT INTO cw_payroll_formula (formula_for,formula_type, out_column,payroll_formula,formula_mode,round_value,order_by,formula_order,fandf_only,trans_created_by, trans_created_date) VALUES (\"2\",\"1\",\"gratuity\",\"@gratuity@\",\"1\",\"\",\"0\",\"1\",\"1\",\"1\",\"2022-12-14 11:19:05\")',1,'2022-12-14 11:19:06',0,NULL,0,NULL,1),(4467,_binary 'update cw_payroll_formula set formula_order=formula_order+1 where formula_for = \"2\" and formula_order >=\"0\" and trans_status=1 and formula_mode !=1',1,'2022-12-14 11:19:06',0,NULL,0,NULL,1),(4468,_binary 'update cw_payroll_formula set formula_order=\"0\" where formula_for = \"2\" and out_column =\"gratuity\" and trans_status=1 and formula_mode !=1',1,'2022-12-14 11:19:06',0,NULL,0,NULL,1),(4469,_binary 'update cw_payroll_formula set trans_status = 0 where prime_payroll_id=\"186\" and formula_mode = 1',1,'2022-12-14 11:19:15',0,NULL,0,NULL,1),(4470,_binary 'INSERT INTO cw_payroll_formula (formula_for,formula_type, out_column,payroll_formula,formula_mode,round_value,order_by,formula_order,fandf_only,trans_created_by, trans_created_date) VALUES (\"3\",\"1\",\"gratuity\",\"@gratuity@\",\"1\",\"\",\"0\",\"1\",\"1\",\"1\",\"2022-12-14 11:19:15\")',1,'2022-12-14 11:19:17',0,NULL,0,NULL,1),(4471,_binary 'update cw_payroll_formula set formula_order=formula_order+1 where formula_for = \"3\" and formula_order >=\"0\" and trans_status=1 and formula_mode !=1',1,'2022-12-14 11:19:17',0,NULL,0,NULL,1),(4472,_binary 'update cw_payroll_formula set formula_order=\"0\" where formula_for = \"3\" and out_column =\"gratuity\" and trans_status=1 and formula_mode !=1',1,'2022-12-14 11:19:17',0,NULL,0,NULL,1),(4473,_binary 'update cw_payroll_formula set trans_status = 0 where prime_payroll_id=\"441\" and formula_mode = 1',1,'2022-12-14 11:19:26',0,NULL,0,NULL,1),(4474,_binary 'INSERT INTO cw_payroll_formula (formula_for,formula_type, out_column,payroll_formula,formula_mode,round_value,order_by,formula_order,fandf_only,trans_created_by, trans_created_date) VALUES (\"4\",\"1\",\"gratuity\",\"@gratuity@\",\"1\",\"\",\"0\",\"1\",\"1\",\"1\",\"2022-12-14 11:19:26\")',1,'2022-12-14 11:19:27',0,NULL,0,NULL,1),(4475,_binary 'update cw_payroll_formula set formula_order=formula_order+1 where formula_for = \"4\" and formula_order >=\"0\" and trans_status=1 and formula_mode !=1',1,'2022-12-14 11:19:27',0,NULL,0,NULL,1),(4476,_binary 'update cw_payroll_formula set formula_order=\"0\" where formula_for = \"4\" and out_column =\"gratuity\" and trans_status=1 and formula_mode !=1',1,'2022-12-14 11:19:27',0,NULL,0,NULL,1),(4477,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_status\',view_name = \'Manager Status\',short_name = \'Manager Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_manager_status_id,manager_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_manager_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'manager_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:40:28\' WHERE prime_form_id = \'744\'',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4478,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4479,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4480,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4481,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4482,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4483,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4484,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4485,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4486,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4487,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4488,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4489,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4490,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4491,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4492,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4493,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4494,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4495,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4496,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4497,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4498,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4499,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4500,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4501,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4502,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4503,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4504,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4505,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4506,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4507,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4508,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4509,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4510,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4511,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4512,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4513,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4514,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4515,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4516,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4517,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4518,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4519,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4520,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4521,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4522,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4523,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4524,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:40:28',0,NULL,0,NULL,1),(4525,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_status\',view_name = \'Manager Status\',short_name = \'Manager Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_manager_status_id,manager_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_manager_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'manager_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:42:31\' WHERE prime_form_id = \'744\'',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4526,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4527,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4528,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4529,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4530,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4531,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4532,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4533,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4534,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4535,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4536,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4537,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4538,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4539,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4540,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4541,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4542,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4543,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4544,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4545,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4546,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4547,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4548,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4549,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4550,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4551,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4552,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4553,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4554,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4555,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4556,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4557,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4558,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4559,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4560,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4561,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4562,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4563,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4564,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4565,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4566,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4567,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4568,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4569,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4570,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4571,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4572,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:42:31',0,NULL,0,NULL,1),(4573,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_status\',view_name = \'Manager Status\',short_name = \'Manager Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_manager_status_id,manager_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_manager_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'manager_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:43:57\' WHERE prime_form_id = \'744\'',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4574,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4575,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4576,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4577,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4578,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4579,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4580,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4581,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4582,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4583,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4584,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4585,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4586,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4587,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4588,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4589,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4590,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4591,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4592,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4593,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4594,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4595,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4596,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4597,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4598,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4599,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4600,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4601,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4602,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4603,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4604,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4605,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4606,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4607,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4608,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4609,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4610,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4611,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4612,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4613,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4614,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4615,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4616,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4617,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4618,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4619,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4620,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:43:57',0,NULL,0,NULL,1),(4621,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_reason\',view_name = \'Manager Reason\',short_name = \'Manager Reason\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'Not Joining,Resigned,Abscond,Terminated\',pick_list_type = \'2\',pick_list_import = \'2\',pick_table = \'cw_zct_26\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:44:29\' WHERE prime_form_id = \'745\'',1,'2022-12-14 14:44:29',0,NULL,0,NULL,1),(4622,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4623,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4624,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4625,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4626,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4627,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4628,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4629,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4630,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4631,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4632,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4633,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4634,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4635,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4636,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4637,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4638,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4639,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4640,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4641,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4642,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4643,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4644,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4645,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4646,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4647,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4648,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4649,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4650,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4651,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4652,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4653,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4654,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4655,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4656,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4657,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4658,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4659,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4660,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4661,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4662,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4663,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4664,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4665,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4666,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4667,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4668,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:44:30',0,NULL,0,NULL,1),(4669,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'passport\',view_name = \'Passport No\',short_name = \'Passport No\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:45:06\' WHERE prime_form_id = \'1951\'',1,'2022-12-14 14:45:06',0,NULL,0,NULL,1),(4670,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4671,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4672,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4673,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4674,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4675,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4676,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4677,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4678,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4679,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4680,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4681,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4682,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4683,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4684,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4685,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4686,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4687,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4688,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4689,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4690,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4691,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4692,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4693,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4694,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4695,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4696,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4697,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4698,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4699,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4700,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4701,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4702,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4703,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4704,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4705,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4706,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4707,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4708,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4709,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4710,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4711,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4712,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4713,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4714,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4715,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4716,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:45:07',0,NULL,0,NULL,1),(4717,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'emp_father_number\',view_name = \'Father Or Guardian Contact No\',short_name = \'Father Or Guardian Contact no\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:46:01\' WHERE prime_form_id = \'1967\'',1,'2022-12-14 14:46:01',0,NULL,0,NULL,1),(4718,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4719,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4720,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4721,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4722,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4723,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4724,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4725,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4726,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4727,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4728,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4729,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4730,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4731,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4732,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4733,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4734,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4735,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4736,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4737,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4738,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4739,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4740,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4741,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4742,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4743,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4744,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4745,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4746,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4747,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4748,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4749,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4750,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4751,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4752,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4753,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4754,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4755,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4756,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4757,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4758,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4759,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4760,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4761,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4762,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4763,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4764,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:46:02',0,NULL,0,NULL,1),(4765,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_mother_name\',view_name = \'Mother Name\',short_name = \'Mother Name\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:46:53\' WHERE prime_form_id = \'1968\'',1,'2022-12-14 14:46:53',0,NULL,0,NULL,1),(4766,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4767,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4768,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4769,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4770,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4771,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4772,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4773,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4774,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4775,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4776,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4777,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4778,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4779,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4780,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4781,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4782,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4783,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4784,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4785,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4786,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4787,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4788,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4789,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4790,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4791,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4792,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4793,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4794,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4795,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4796,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4797,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4798,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4799,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4800,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4801,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4802,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4803,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4804,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4805,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4806,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4807,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4808,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4809,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4810,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4811,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4812,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:46:54',0,NULL,0,NULL,1),(4813,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'emp_mother_number\',view_name = \'Mother Contact No\',short_name = \'Mother Contact no\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:47:41\' WHERE prime_form_id = \'1969\'',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4814,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4815,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4816,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4817,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4818,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4819,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4820,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4821,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4822,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4823,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4824,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4825,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4826,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4827,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4828,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4829,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4830,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4831,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4832,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4833,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4834,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4835,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4836,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4837,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4838,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4839,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4840,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4841,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4842,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4843,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4844,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4845,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4846,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4847,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4848,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4849,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4850,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4851,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4852,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4853,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4854,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4855,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4856,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4857,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4858,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4859,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4860,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:47:41',0,NULL,0,NULL,1),(4861,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_spouse_name\',view_name = \'Spouse Name\',short_name = \'Spouse Name\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:48:18\' WHERE prime_form_id = \'1970\'',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4862,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4863,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4864,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4865,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4866,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4867,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4868,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4869,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4870,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4871,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4872,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4873,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4874,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4875,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4876,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4877,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4878,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4879,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4880,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4881,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4882,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4883,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4884,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4885,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4886,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4887,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4888,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4889,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4890,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4891,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4892,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4893,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4894,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4895,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4896,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4897,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4898,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4899,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4900,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4901,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4902,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4903,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4904,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4905,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4906,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4907,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4908,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:48:18',0,NULL,0,NULL,1),(4909,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_status\',view_name = \'Manager Status\',short_name = \'Manager Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_manager_status_id,manager_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_manager_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'manager_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:48:50\' WHERE prime_form_id = \'744\'',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4910,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4911,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4912,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4913,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4914,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4915,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4916,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4917,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4918,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4919,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4920,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4921,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4922,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4923,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4924,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4925,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4926,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4927,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4928,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4929,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4930,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4931,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4932,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4933,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4934,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4935,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4936,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4937,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4938,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4939,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4940,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4941,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4942,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4943,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4944,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4945,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4946,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4947,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4948,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4949,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4950,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4951,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4952,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4953,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4954,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4955,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4956,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:48:50',0,NULL,0,NULL,1),(4957,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'emp_spouse_number\',view_name = \'Spouse Contact No\',short_name = \'Spouse Contact no\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:49:01\' WHERE prime_form_id = \'1971\'',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4958,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4959,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4960,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4961,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4962,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4963,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4964,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4965,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4966,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4967,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4968,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4969,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4970,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4971,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4972,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4973,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4974,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4975,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4976,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4977,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4978,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4979,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4980,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4981,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4982,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4983,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4984,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4985,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4986,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4987,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4988,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4989,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4990,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4991,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4992,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4993,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4994,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4995,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4996,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4997,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4998,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(4999,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(5000,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(5001,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(5002,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:49:01',0,NULL,0,NULL,1),(5003,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:49:02',0,NULL,0,NULL,1),(5004,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:49:02',0,NULL,0,NULL,1),(5005,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_emergency_name\',view_name = \'Emergency Contact Name\',short_name = \'Emergency Contact Name\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:49:38\' WHERE prime_form_id = \'1972\'',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5006,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5007,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5008,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5009,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5010,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5011,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5012,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5013,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5014,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5015,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5016,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5017,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5018,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5019,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5020,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5021,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5022,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5023,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5024,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5025,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5026,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5027,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5028,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5029,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5030,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5031,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5032,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5033,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5034,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5035,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5036,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5037,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5038,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5039,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5040,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5041,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5042,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5043,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5044,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5045,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5046,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5047,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5048,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5049,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5050,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5051,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5052,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5053,_binary 'CREATE TABLE IF NOT EXISTS cw_monthly_input(yinc decimal(15,2) NULL DEFAULT \'0.00\', weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', oj_inc decimal(15,2) NULL DEFAULT \'0.00\', sft_pd decimal(15,2) NULL DEFAULT \'0.00\', trainincent decimal(15,2) NULL DEFAULT \'0.00\', tds_ret decimal(15,2) NULL DEFAULT \'0.00\', sl_op decimal(15,2) NULL DEFAULT \'0.00\', sl decimal(15,2) NULL DEFAULT \'0.00\', salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', rbs decimal(15,2) NULL DEFAULT \'0.00\', rapd decimal(15,2) NULL DEFAULT \'0.00\', estpro decimal(15,2) NULL DEFAULT \'0.00\', prod_per decimal(15,2) NULL DEFAULT \'0.00\', pyinc decimal(15,2) NULL DEFAULT \'0.00\', sftadj decimal(15,2) NULL DEFAULT \'0.00\', prptg decimal(15,2) NULL DEFAULT \'0.00\', pmot decimal(15,2) NULL DEFAULT \'0.00\', pmfd decimal(15,2) NULL DEFAULT \'0.00\', ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', otadj decimal(15,2) NULL DEFAULT \'0.00\', njcd decimal(15,2) NULL DEFAULT \'0.00\', njd decimal(15,2) NULL DEFAULT \'0.00\', m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', feb_inc decimal(15,2) NULL DEFAULT \'0.00\', lcmd decimal(15,2) NULL DEFAULT \'0.00\', lcd decimal(15,2) NULL DEFAULT \'0.00\', led decimal(15,2) NULL DEFAULT \'0.00\', lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', lapreim decimal(15,2) NULL DEFAULT \'0.00\', inc_adj decimal(15,2) NULL DEFAULT \'0.00\', food_pd decimal(15,2) NULL DEFAULT \'0.00\', e_days decimal(15,2) NULL DEFAULT \'0.00\', err_per decimal(15,2) NULL DEFAULT \'0.00\', notice_period decimal(15,2) NULL DEFAULT \'0\', gratuity decimal(15,2) NULL DEFAULT \'0\', bonus decimal(15,2) NULL DEFAULT \'0.00\', creadj decimal(15,2) NULL DEFAULT \'0.00\', comcha decimal(15,2) NULL DEFAULT \'0.00\', cl_op decimal(15,2) NULL DEFAULT \'0.00\', cl decimal(15,2) NULL DEFAULT \'0.00\', b_inc decimal(15,2) NULL DEFAULT \'0.00\', estatt decimal(15,2) NULL DEFAULT \'0.00\', att_per decimal(15,2) NULL DEFAULT \'0.00\', arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', marrs decimal(15,2) NULL DEFAULT \'0.00\', tds_inc decimal(15,2) NULL DEFAULT \'0.00\', salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', process_month varchar(100) NULL DEFAULT \'0\', salarycut decimal(15,2) NULL DEFAULT \'0.00\', sal_adv decimal(15,2) NULL DEFAULT \'0.00\', employee_code varchar(100) NULL DEFAULT \'\', monthly_tds decimal(15,2) NULL DEFAULT \'0\', rec decimal(15,2) NULL DEFAULT \'0.00\', role varchar(100) NULL DEFAULT \'0\', nprd decimal(15,2) NULL DEFAULT \'0.00\', adv decimal(15,2) NULL DEFAULT \'0.00\', notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', s_md decimal(15,2) NULL DEFAULT \'0\', s_pd decimal(15,2) NULL DEFAULT \'0\', incadjd decimal(15,2) NULL DEFAULT \'0.00\', date_of_joining date NULL DEFAULT NULL, arrearhold decimal(15,2) NULL DEFAULT \'0.00\', arr_paid decimal(15,2) NULL DEFAULT \'0.00\', agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', ld decimal(15,2) NULL DEFAULT \'0\', emp_name varchar(100) NULL DEFAULT \'\')',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5054,_binary 'CREATE TABLE IF NOT EXISTS cw_fandf_monthly_input(yinc decimal(15,2) NULL DEFAULT \'0.00\', weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', oj_inc decimal(15,2) NULL DEFAULT \'0.00\', sft_pd decimal(15,2) NULL DEFAULT \'0.00\', trainincent decimal(15,2) NULL DEFAULT \'0.00\', tds_ret decimal(15,2) NULL DEFAULT \'0.00\', sl_op decimal(15,2) NULL DEFAULT \'0.00\', sl decimal(15,2) NULL DEFAULT \'0.00\', salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', rbs decimal(15,2) NULL DEFAULT \'0.00\', rapd decimal(15,2) NULL DEFAULT \'0.00\', estpro decimal(15,2) NULL DEFAULT \'0.00\', prod_per decimal(15,2) NULL DEFAULT \'0.00\', pyinc decimal(15,2) NULL DEFAULT \'0.00\', sftadj decimal(15,2) NULL DEFAULT \'0.00\', prptg decimal(15,2) NULL DEFAULT \'0.00\', pmot decimal(15,2) NULL DEFAULT \'0.00\', pmfd decimal(15,2) NULL DEFAULT \'0.00\', ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', otadj decimal(15,2) NULL DEFAULT \'0.00\', njcd decimal(15,2) NULL DEFAULT \'0.00\', njd decimal(15,2) NULL DEFAULT \'0.00\', m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', feb_inc decimal(15,2) NULL DEFAULT \'0.00\', lcmd decimal(15,2) NULL DEFAULT \'0.00\', lcd decimal(15,2) NULL DEFAULT \'0.00\', led decimal(15,2) NULL DEFAULT \'0.00\', lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', lapreim decimal(15,2) NULL DEFAULT \'0.00\', inc_adj decimal(15,2) NULL DEFAULT \'0.00\', food_pd decimal(15,2) NULL DEFAULT \'0.00\', e_days decimal(15,2) NULL DEFAULT \'0.00\', err_per decimal(15,2) NULL DEFAULT \'0.00\', notice_period decimal(15,2) NULL DEFAULT \'0\', gratuity decimal(15,2) NULL DEFAULT \'0\', bonus decimal(15,2) NULL DEFAULT \'0.00\', creadj decimal(15,2) NULL DEFAULT \'0.00\', comcha decimal(15,2) NULL DEFAULT \'0.00\', cl_op decimal(15,2) NULL DEFAULT \'0.00\', cl decimal(15,2) NULL DEFAULT \'0.00\', b_inc decimal(15,2) NULL DEFAULT \'0.00\', estatt decimal(15,2) NULL DEFAULT \'0.00\', att_per decimal(15,2) NULL DEFAULT \'0.00\', arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', marrs decimal(15,2) NULL DEFAULT \'0.00\', tds_inc decimal(15,2) NULL DEFAULT \'0.00\', salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', process_month varchar(100) NULL DEFAULT \'0\', salarycut decimal(15,2) NULL DEFAULT \'0.00\', sal_adv decimal(15,2) NULL DEFAULT \'0.00\', employee_code varchar(100) NULL DEFAULT \'\', monthly_tds decimal(15,2) NULL DEFAULT \'0\', rec decimal(15,2) NULL DEFAULT \'0.00\', role varchar(100) NULL DEFAULT \'0\', nprd decimal(15,2) NULL DEFAULT \'0.00\', adv decimal(15,2) NULL DEFAULT \'0.00\', notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', s_md decimal(15,2) NULL DEFAULT \'0\', s_pd decimal(15,2) NULL DEFAULT \'0\', incadjd decimal(15,2) NULL DEFAULT \'0.00\', date_of_joining date NULL DEFAULT NULL, arrearhold decimal(15,2) NULL DEFAULT \'0.00\', arr_paid decimal(15,2) NULL DEFAULT \'0.00\', agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', ld decimal(15,2) NULL DEFAULT \'0\', emp_name varchar(100) NULL DEFAULT \'\')',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5055,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1);
INSERT INTO `cw_all_setting_queries` (`prime_all_setting_queries_id`, `all_setting_query`, `trans_created_by`, `trans_created_date`, `trans_updated_by`, `trans_updated_date`, `trans_deleted_by`, `trans_deleted_date`, `trans_status`) VALUES (5056,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5057,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5058,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 14:49:38',0,NULL,0,NULL,1),(5059,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'11\',label_name = \'emp_emergency_number\',view_name = \'Emergency Contact No\',short_name = \'Emergency Contact no\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:50:30\' WHERE prime_form_id = \'1973\'',1,'2022-12-14 14:50:30',0,NULL,0,NULL,1),(5060,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5061,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5062,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5063,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5064,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5065,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5066,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5067,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5068,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5069,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5070,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5071,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5072,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5073,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5074,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5075,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5076,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5077,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5078,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5079,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5080,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5081,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5082,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5083,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5084,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5085,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5086,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5087,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5088,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5089,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5090,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5091,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5092,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5093,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5094,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5095,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5096,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5097,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5098,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5099,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5100,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5101,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5102,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5103,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5104,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5105,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5106,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:50:31',0,NULL,0,NULL,1),(5107,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_status\',view_name = \'Manager Status\',short_name = \'Manager Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_manager_status_id,manager_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_manager_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'manager_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:51:05\' WHERE prime_form_id = \'744\'',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5108,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5109,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5110,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5111,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5112,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5113,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5114,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5115,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5116,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5117,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5118,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5119,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5120,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5121,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5122,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5123,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5124,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5125,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5126,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5127,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5128,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5129,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5130,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5131,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5132,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5133,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5134,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5135,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5136,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5137,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5138,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5139,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5140,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5141,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5142,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5143,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5144,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5145,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5146,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5147,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5148,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5149,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5150,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5151,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5152,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5153,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5154,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:51:05',0,NULL,0,NULL,1),(5155,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'total_exp\',view_name = \'Total Experience\',short_name = \'Total Experience\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:51:16\' WHERE prime_form_id = \'1976\'',1,'2022-12-14 14:51:16',0,NULL,0,NULL,1),(5156,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:51:16',0,NULL,0,NULL,1),(5157,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:51:16',0,NULL,0,NULL,1),(5158,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:51:16',0,NULL,0,NULL,1),(5159,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:51:16',0,NULL,0,NULL,1),(5160,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:51:16',0,NULL,0,NULL,1),(5161,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5162,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5163,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5164,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5165,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5166,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5167,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5168,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5169,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5170,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5171,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5172,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5173,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5174,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5175,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5176,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5177,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5178,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5179,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5180,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5181,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5182,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5183,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5184,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5185,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5186,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5187,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5188,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5189,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5190,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5191,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5192,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5193,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5194,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5195,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5196,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5197,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5198,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5199,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5200,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5201,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5202,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:51:17',0,NULL,0,NULL,1),(5203,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_status\',view_name = \'Manager Status\',short_name = \'Manager Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_manager_status_id,manager_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_manager_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'manager_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:55:08\' WHERE prime_form_id = \'744\'',1,'2022-12-14 14:55:08',0,NULL,0,NULL,1),(5204,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5205,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5206,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5207,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5208,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5209,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5210,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5211,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5212,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5213,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5214,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5215,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5216,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5217,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5218,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5219,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5220,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5221,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5222,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5223,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5224,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5225,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5226,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5227,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5228,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5229,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5230,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5231,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5232,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5233,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5234,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5235,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5236,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5237,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5238,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5239,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5240,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5241,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5242,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5243,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5244,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5245,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5246,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5247,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5248,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5249,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5250,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5251,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5252,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5253,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5254,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5255,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5256,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 14:55:09',0,NULL,0,NULL,1),(5257,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'increment_approve_type\',view_name = \'Increment Approve Type\',short_name = \'increment approve type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_approval_type_id,approval_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_increment_approval_type\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'approval_type\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 14:55:28\' WHERE prime_form_id = \'1026\'',1,'2022-12-14 14:55:28',0,NULL,0,NULL,1),(5258,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5259,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5260,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5261,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5262,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5263,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5264,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5265,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5266,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5267,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5268,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5269,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5270,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5271,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5272,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5273,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5274,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5275,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5276,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5277,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5278,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5279,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5280,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5281,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5282,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5283,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5284,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5285,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5286,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5287,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5288,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5289,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5290,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5291,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5292,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5293,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5294,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5295,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5296,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5297,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5298,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5299,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5300,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5301,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5302,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5303,_binary 'ALTER TABLE cw_transactions_dlt CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5304,_binary 'ALTER TABLE cw_transactions CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5305,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5306,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5307,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5308,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5309,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5310,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 14:55:29',0,NULL,0,NULL,1),(5311,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5312,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5313,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5314,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5315,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5316,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5317,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5318,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5319,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5320,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5321,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5322,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5323,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5324,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5325,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5326,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5327,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5328,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5329,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5330,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5331,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5332,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5333,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5334,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5335,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5336,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5337,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5338,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5339,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5340,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5341,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5342,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5343,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5344,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5345,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5346,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5347,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5348,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5349,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5350,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5351,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5352,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5353,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5354,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5355,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5356,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5357,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5358,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5359,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5360,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5361,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5362,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5363,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5364,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5365,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5366,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5367,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5368,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5369,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5370,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5371,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5372,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5373,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5374,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5375,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5376,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5377,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5378,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:04:54\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:04:54',0,NULL,0,NULL,1),(5379,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5380,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5381,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5382,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5383,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5384,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5385,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5386,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5387,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5388,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5389,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5390,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5391,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5392,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5393,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5394,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5395,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:06\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:06',0,NULL,0,NULL,1),(5396,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5397,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5398,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5399,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5400,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5401,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5402,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5403,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5404,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5405,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5406,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5407,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5408,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5409,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5410,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5411,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5412,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:42\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:42',0,NULL,0,NULL,1),(5413,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5414,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5415,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5416,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5417,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5418,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5419,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5420,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5421,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5422,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5423,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5424,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5425,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5426,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5427,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5428,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5429,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:05:46\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:05:46',0,NULL,0,NULL,1),(5430,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5431,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5432,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5433,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5434,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5435,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5436,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5437,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5438,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5439,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5440,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5441,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5442,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5443,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5444,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5445,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5446,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5447,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5448,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5449,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5450,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5451,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5452,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5453,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5454,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5455,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5456,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5457,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5458,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5459,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5460,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5461,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5462,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5463,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:05\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:05',0,NULL,0,NULL,1),(5464,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5465,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5466,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5467,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5468,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5469,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5470,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5471,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5472,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5473,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5474,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5475,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5476,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5477,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5478,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5479,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5480,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:42\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:42',0,NULL,0,NULL,1),(5481,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5482,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5483,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5484,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5485,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5486,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5487,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5488,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5489,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5490,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5491,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5492,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5493,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5494,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5495,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5496,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5497,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:46\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:06:46',0,NULL,0,NULL,1),(5498,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'60\',prime_module_id = \'gratuity\' ,field_type = \'5\',label_name = \'category\',view_name = \'Category\',short_name = \'Category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:06:50\' WHERE prime_form_id = \'412\'',1,'2022-12-14 15:06:50',0,NULL,0,NULL,1),(5499,_binary 'ALTER TABLE cw_gratuity CHANGE prime_gratuity_id prime_gratuity_id int(11) NOT NULL AUTO_INCREMENT,CHANGE formula_rounding formula_rounding varchar(100) NULL DEFAULT \'\', CHANGE policy_number policy_number varchar(100) NULL DEFAULT \'\', CHANGE formula_detail formula_detail TEXT NULL, CHANGE gratuity_formula gratuity_formula varchar(100) NULL DEFAULT \'\', CHANGE year_rounding year_rounding varchar(100) NULL DEFAULT \'\', CHANGE pay_days pay_days decimal(15,2) NULL DEFAULT \'0\', CHANGE working_days working_days decimal(15,2) NULL DEFAULT \'0\', CHANGE number_of_years number_of_years decimal(15,2) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\', drop INDEX category',1,'2022-12-14 15:06:50',0,NULL,0,NULL,1),(5500,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"0\"',1,'2022-12-14 15:06:50',0,NULL,0,NULL,1),(5501,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:06:50',0,NULL,0,NULL,1),(5502,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:06:50',0,NULL,0,NULL,1),(5503,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:06:50',0,NULL,0,NULL,1),(5504,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:06:50',0,NULL,0,NULL,1),(5505,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'60\',prime_module_id = \'gratuity\' ,field_type = \'5\',label_name = \'category\',view_name = \'Category\',short_name = \'Category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:09:07\' WHERE prime_form_id = \'412\'',1,'2022-12-14 15:09:07',0,NULL,0,NULL,1),(5506,_binary 'ALTER TABLE cw_gratuity CHANGE prime_gratuity_id prime_gratuity_id int(11) NOT NULL AUTO_INCREMENT,CHANGE formula_rounding formula_rounding varchar(100) NULL DEFAULT \'\', CHANGE policy_number policy_number varchar(100) NULL DEFAULT \'\', CHANGE formula_detail formula_detail TEXT NULL, CHANGE gratuity_formula gratuity_formula varchar(100) NULL DEFAULT \'\', CHANGE year_rounding year_rounding varchar(100) NULL DEFAULT \'\', CHANGE pay_days pay_days decimal(15,2) NULL DEFAULT \'0\', CHANGE working_days working_days decimal(15,2) NULL DEFAULT \'0\', CHANGE number_of_years number_of_years decimal(15,2) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-14 15:09:07',0,NULL,0,NULL,1),(5507,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"0\"',1,'2022-12-14 15:09:07',0,NULL,0,NULL,1),(5508,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:09:07',0,NULL,0,NULL,1),(5509,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:09:07',0,NULL,0,NULL,1),(5510,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:09:07',0,NULL,0,NULL,1),(5511,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:09:07',0,NULL,0,NULL,1),(5512,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'60\',prime_module_id = \'gratuity\' ,field_type = \'5\',label_name = \'year_rounding\',view_name = \'Year Rounding\',short_name = \'Year Rounding\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'Actual,Normal,Greater,Lesser\',pick_list_type = \'2\',pick_list_import = \'2\',pick_table = \'cw_zct_14\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:35\' WHERE prime_form_id = \'415\'',1,'2022-12-14 15:10:35',0,NULL,0,NULL,1),(5513,_binary 'ALTER TABLE cw_gratuity CHANGE prime_gratuity_id prime_gratuity_id int(11) NOT NULL AUTO_INCREMENT,CHANGE formula_rounding formula_rounding varchar(100) NULL DEFAULT \'\', CHANGE policy_number policy_number varchar(100) NULL DEFAULT \'\', CHANGE formula_detail formula_detail TEXT NULL, CHANGE gratuity_formula gratuity_formula varchar(100) NULL DEFAULT \'\', CHANGE year_rounding year_rounding varchar(100) NULL DEFAULT \'0\', CHANGE pay_days pay_days decimal(15,2) NULL DEFAULT \'0\', CHANGE working_days working_days decimal(15,2) NULL DEFAULT \'0\', CHANGE number_of_years number_of_years decimal(15,2) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-14 15:10:35',0,NULL,0,NULL,1),(5514,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"0\"',1,'2022-12-14 15:10:35',0,NULL,0,NULL,1),(5515,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:10:35',0,NULL,0,NULL,1),(5516,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:10:35',0,NULL,0,NULL,1),(5517,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:10:35',0,NULL,0,NULL,1),(5518,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:10:35',0,NULL,0,NULL,1),(5519,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5520,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5521,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5522,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5523,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5524,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5525,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5526,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5527,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5528,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5529,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5530,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5531,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5532,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5533,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5534,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5535,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:10:45\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:10:45',0,NULL,0,NULL,1),(5536,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5537,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5538,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5539,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5540,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5541,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5542,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5543,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5544,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5545,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5546,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5547,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5548,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5549,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5550,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5551,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5552,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:01\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:01',0,NULL,0,NULL,1),(5553,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'60\',prime_module_id = \'gratuity\' ,field_type = \'5\',label_name = \'gratuity_formula\',view_name = \'Gratuity Formula\',short_name = \'Gratuity Formula\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_payroll_id,out_column\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_payroll_formula\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'out_column\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:04\' WHERE prime_form_id = \'419\'',1,'2022-12-14 15:11:04',0,NULL,0,NULL,1),(5554,_binary 'ALTER TABLE cw_gratuity CHANGE prime_gratuity_id prime_gratuity_id int(11) NOT NULL AUTO_INCREMENT,CHANGE formula_rounding formula_rounding varchar(100) NULL DEFAULT \'\', CHANGE policy_number policy_number varchar(100) NULL DEFAULT \'\', CHANGE formula_detail formula_detail TEXT NULL, CHANGE gratuity_formula gratuity_formula varchar(100) NULL DEFAULT \'0\', CHANGE year_rounding year_rounding varchar(100) NULL DEFAULT \'0\', CHANGE pay_days pay_days decimal(15,2) NULL DEFAULT \'0\', CHANGE working_days working_days decimal(15,2) NULL DEFAULT \'0\', CHANGE number_of_years number_of_years decimal(15,2) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-14 15:11:04',0,NULL,0,NULL,1),(5555,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"0\"',1,'2022-12-14 15:11:04',0,NULL,0,NULL,1),(5556,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:11:04',0,NULL,0,NULL,1),(5557,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:11:04',0,NULL,0,NULL,1),(5558,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:11:04',0,NULL,0,NULL,1),(5559,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:11:04',0,NULL,0,NULL,1),(5560,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5561,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5562,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5563,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5564,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5565,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5566,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5567,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5568,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5569,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5570,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5571,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5572,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5573,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5574,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5575,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5576,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:19\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:19',0,NULL,0,NULL,1),(5577,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'60\',prime_module_id = \'gratuity\' ,field_type = \'5\',label_name = \'gratuity_formula\',view_name = \'Gratuity Formula\',short_name = \'Gratuity Formula\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_payroll_id,out_column\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_payroll_formula\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'out_column\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:28\' WHERE prime_form_id = \'419\'',1,'2022-12-14 15:11:28',0,NULL,0,NULL,1),(5578,_binary 'ALTER TABLE cw_gratuity CHANGE prime_gratuity_id prime_gratuity_id int(11) NOT NULL AUTO_INCREMENT,CHANGE formula_rounding formula_rounding varchar(100) NULL DEFAULT \'\', CHANGE policy_number policy_number varchar(100) NULL DEFAULT \'\', CHANGE formula_detail formula_detail TEXT NULL, CHANGE gratuity_formula gratuity_formula varchar(100) NULL DEFAULT \'0\', CHANGE year_rounding year_rounding varchar(100) NULL DEFAULT \'0\', CHANGE pay_days pay_days decimal(15,2) NULL DEFAULT \'0\', CHANGE working_days working_days decimal(15,2) NULL DEFAULT \'0\', CHANGE number_of_years number_of_years decimal(15,2) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-14 15:11:28',0,NULL,0,NULL,1),(5579,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"0\"',1,'2022-12-14 15:11:28',0,NULL,0,NULL,1),(5580,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:11:28',0,NULL,0,NULL,1),(5581,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:11:28',0,NULL,0,NULL,1),(5582,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:11:28',0,NULL,0,NULL,1),(5583,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:11:28',0,NULL,0,NULL,1),(5584,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5585,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5586,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5587,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5588,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5589,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5590,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5591,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5592,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5593,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5594,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5595,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5596,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5597,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5598,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5599,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5600,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:39\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:39',0,NULL,0,NULL,1),(5601,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5602,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5603,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5604,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5605,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5606,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5607,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5608,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5609,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5610,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5611,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5612,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5613,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5614,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5615,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5616,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5617,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:11:57\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:11:57',0,NULL,0,NULL,1),(5618,_binary 'UPDATE cw_payroll_formula SET formula_for = \"2\",formula_type = \"1\",out_column = \"esi_grs\",payroll_formula = \"$a = (@fg@/@md@)*@pd@; if(@fg@ > 21000){ return 0; }else{ return $a; }\",formula_mode = \"3\",round_value = \"\",order_by = \"0\",fandf_only = \"0\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-14 15:12:08\" where prime_payroll_id = \"125\"',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5619,_binary 'UPDATE cw_payroll_formula SET formula_order = \"1\" where formula_for = \"2\" and out_column=\"ahra\" and formula_order=\"1\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5620,_binary 'UPDATE cw_payroll_formula SET formula_order = \"2\" where formula_for = \"2\" and out_column=\"alta\" and formula_order=\"2\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5621,_binary 'UPDATE cw_payroll_formula SET formula_order = \"3\" where formula_for = \"2\" and out_column=\"axg\" and formula_order=\"3\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5622,_binary 'UPDATE cw_payroll_formula SET formula_order = \"4\" where formula_for = \"2\" and out_column=\"aoth_alw\" and formula_order=\"4\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5623,_binary 'UPDATE cw_payroll_formula SET formula_order = \"5\" where formula_for = \"2\" and out_column=\"ag\" and formula_order=\"5\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5624,_binary 'UPDATE cw_payroll_formula SET formula_order = \"6\" where formula_for = \"2\" and out_column=\"cl_bal\" and formula_order=\"6\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5625,_binary 'UPDATE cw_payroll_formula SET formula_order = \"7\" where formula_for = \"2\" and out_column=\"pd\" and formula_order=\"7\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5626,_binary 'UPDATE cw_payroll_formula SET formula_order = \"8\" where formula_for = \"2\" and out_column=\"conv\" and formula_order=\"8\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5627,_binary 'UPDATE cw_payroll_formula SET formula_order = \"9\" where formula_for = \"2\" and out_column=\"eattire\" and formula_order=\"9\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5628,_binary 'UPDATE cw_payroll_formula SET formula_order = \"10\" where formula_for = \"2\" and out_column=\"eb\" and formula_order=\"10\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5629,_binary 'UPDATE cw_payroll_formula SET formula_order = \"11\" where formula_for = \"2\" and out_column=\"ecea\" and formula_order=\"11\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5630,_binary 'UPDATE cw_payroll_formula SET formula_order = \"12\" where formula_for = \"2\" and out_column=\"flta\" and formula_order=\"12\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5631,_binary 'UPDATE cw_payroll_formula SET formula_order = \"13\" where formula_for = \"2\" and out_column=\"elta\" and formula_order=\"13\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5632,_binary 'UPDATE cw_payroll_formula SET formula_order = \"14\" where formula_for = \"2\" and out_column=\"emed\" and formula_order=\"14\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5633,_binary 'UPDATE cw_payroll_formula SET formula_order = \"15\" where formula_for = \"2\" and out_column=\"epa\" and formula_order=\"15\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5634,_binary 'UPDATE cw_payroll_formula SET formula_order = \"16\" where formula_for = \"2\" and out_column=\"ephone\" and formula_order=\"16\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5635,_binary 'UPDATE cw_payroll_formula SET formula_order = \"17\" where formula_for = \"2\" and out_column=\"epp\" and formula_order=\"17\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5636,_binary 'UPDATE cw_payroll_formula SET formula_order = \"18\" where formula_for = \"2\" and out_column=\"fxg\" and formula_order=\"18\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5637,_binary 'UPDATE cw_payroll_formula SET formula_order = \"19\" where formula_for = \"2\" and out_column=\"exg\" and formula_order=\"19\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5638,_binary 'UPDATE cw_payroll_formula SET formula_order = \"20\" where formula_for = \"2\" and out_column=\"fctc\" and formula_order=\"20\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5639,_binary 'UPDATE cw_payroll_formula SET formula_order = \"21\" where formula_for = \"2\" and out_column=\"fhra\" and formula_order=\"21\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5640,_binary 'UPDATE cw_payroll_formula SET formula_order = \"22\" where formula_for = \"2\" and out_column=\"fininc\" and formula_order=\"22\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5641,_binary 'UPDATE cw_payroll_formula SET formula_order = \"23\" where formula_for = \"2\" and out_column=\"food\" and formula_order=\"23\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5642,_binary 'UPDATE cw_payroll_formula SET formula_order = \"24\" where formula_for = \"2\" and out_column=\"hra\" and formula_order=\"24\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5643,_binary 'UPDATE cw_payroll_formula SET formula_order = \"25\" where formula_for = \"2\" and out_column=\"lev_encashrate\" and formula_order=\"25\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5644,_binary 'UPDATE cw_payroll_formula SET formula_order = \"26\" where formula_for = \"2\" and out_column=\"lev_encashamt\" and formula_order=\"26\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5645,_binary 'UPDATE cw_payroll_formula SET formula_order = \"27\" where formula_for = \"2\" and out_column=\"loyalbon\" and formula_order=\"27\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5646,_binary 'UPDATE cw_payroll_formula SET formula_order = \"28\" where formula_for = \"2\" and out_column=\"m_sft_alw\" and formula_order=\"28\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5647,_binary 'UPDATE cw_payroll_formula SET formula_order = \"29\" where formula_for = \"2\" and out_column=\"mealallo\" and formula_order=\"29\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5648,_binary 'UPDATE cw_payroll_formula SET formula_order = \"30\" where formula_for = \"2\" and out_column=\"ot_rate\" and formula_order=\"30\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5649,_binary 'UPDATE cw_payroll_formula SET formula_order = \"31\" where formula_for = \"2\" and out_column=\"eot\" and formula_order=\"31\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5650,_binary 'UPDATE cw_payroll_formula SET formula_order = \"32\" where formula_for = \"2\" and out_column=\"ot_maxhrs\" and formula_order=\"32\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5651,_binary 'UPDATE cw_payroll_formula SET formula_order = \"33\" where formula_for = \"2\" and out_column=\"fpfgt\" and formula_order=\"33\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5652,_binary 'UPDATE cw_payroll_formula SET formula_order = \"34\" where formula_for = \"2\" and out_column=\"fpfg\" and formula_order=\"34\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5653,_binary 'UPDATE cw_payroll_formula SET formula_order = \"35\" where formula_for = \"2\" and out_column=\"fepf\" and formula_order=\"35\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5654,_binary 'UPDATE cw_payroll_formula SET formula_order = \"36\" where formula_for = \"2\" and out_column=\"foa\" and formula_order=\"36\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5655,_binary 'UPDATE cw_payroll_formula SET formula_order = \"37\" where formula_for = \"2\" and out_column=\"oth_alw\" and formula_order=\"37\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5656,_binary 'UPDATE cw_payroll_formula SET formula_order = \"38\" where formula_for = \"2\" and out_column=\"eg\" and formula_order=\"38\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5657,_binary 'UPDATE cw_payroll_formula SET formula_order = \"39\" where formula_for = \"2\" and out_column=\"pfgtot\" and formula_order=\"39\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5658,_binary 'UPDATE cw_payroll_formula SET formula_order = \"40\" where formula_for = \"2\" and out_column=\"pfg\" and formula_order=\"40\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5659,_binary 'UPDATE cw_payroll_formula SET formula_order = \"41\" where formula_for = \"2\" and out_column=\"cpf\" and formula_order=\"41\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5660,_binary 'UPDATE cw_payroll_formula SET formula_order = \"42\" where formula_for = \"2\" and out_column=\"ctc\" and formula_order=\"42\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5661,_binary 'UPDATE cw_payroll_formula SET formula_order = \"43\" where formula_for = \"2\" and out_column=\"fg\" and formula_order=\"43\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5662,_binary 'UPDATE cw_payroll_formula SET formula_order = \"44\" where formula_for = \"2\" and out_column = \"esi_grs\" and trans_status = 1',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5663,_binary 'UPDATE cw_payroll_formula SET formula_order = \"65\" where formula_for = \"2\" and out_column = \"net_pay\"',1,'2022-12-14 15:12:09',0,NULL,0,NULL,1),(5664,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'60\',prime_module_id = \'gratuity\' ,field_type = \'5\',label_name = \'formula_rounding\',view_name = \'Formula Rounding\',short_name = \'formula rounding\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_rounding_type_id,rounding_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_rounding_type\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'rounding_type\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:35\' WHERE prime_form_id = \'688\'',1,'2022-12-14 15:12:35',0,NULL,0,NULL,1),(5665,_binary 'ALTER TABLE cw_gratuity CHANGE prime_gratuity_id prime_gratuity_id int(11) NOT NULL AUTO_INCREMENT,CHANGE formula_rounding formula_rounding varchar(100) NULL DEFAULT \'0\', CHANGE policy_number policy_number varchar(100) NULL DEFAULT \'\', CHANGE formula_detail formula_detail TEXT NULL, CHANGE gratuity_formula gratuity_formula varchar(100) NULL DEFAULT \'0\', CHANGE year_rounding year_rounding varchar(100) NULL DEFAULT \'0\', CHANGE pay_days pay_days decimal(15,2) NULL DEFAULT \'0\', CHANGE working_days working_days decimal(15,2) NULL DEFAULT \'0\', CHANGE number_of_years number_of_years decimal(15,2) NULL DEFAULT \'0\', CHANGE category category varchar(100) NULL DEFAULT \'0\'',1,'2022-12-14 15:12:35',0,NULL,0,NULL,1),(5666,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"0\"',1,'2022-12-14 15:12:35',0,NULL,0,NULL,1),(5667,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:12:35',0,NULL,0,NULL,1),(5668,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:12:35',0,NULL,0,NULL,1),(5669,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:12:35',0,NULL,0,NULL,1),(5670,_binary 'UPDATE cw_zct_14 SET cw_zct_14_status = \"1\" WHERE FIND_IN_SET(cw_zct_14_value,\"Actual,Normal,Greater,Lesser\")',1,'2022-12-14 15:12:35',0,NULL,0,NULL,1),(5671,_binary 'UPDATE cw_payroll_formula SET formula_for = \"4\",formula_type = \"1\",out_column = \"esi_grs\",payroll_formula = \"$a = (@fg@/@md@)*@pd@; if(@fg@ > 21000){ return 0; }else{ return $a; }\",formula_mode = \"3\",round_value = \"\",order_by = \"0\",fandf_only = \"0\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-14 15:12:45\" where prime_payroll_id = \"529\"',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5672,_binary 'UPDATE cw_payroll_formula SET formula_order = \"1\" where formula_for = \"4\" and out_column=\"ahra\" and formula_order=\"1\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5673,_binary 'UPDATE cw_payroll_formula SET formula_order = \"2\" where formula_for = \"4\" and out_column=\"alta\" and formula_order=\"2\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5674,_binary 'UPDATE cw_payroll_formula SET formula_order = \"3\" where formula_for = \"4\" and out_column=\"axg\" and formula_order=\"3\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5675,_binary 'UPDATE cw_payroll_formula SET formula_order = \"4\" where formula_for = \"4\" and out_column=\"aoth_alw\" and formula_order=\"4\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5676,_binary 'UPDATE cw_payroll_formula SET formula_order = \"5\" where formula_for = \"4\" and out_column=\"ag\" and formula_order=\"5\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5677,_binary 'UPDATE cw_payroll_formula SET formula_order = \"6\" where formula_for = \"4\" and out_column=\"cl_bal\" and formula_order=\"6\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5678,_binary 'UPDATE cw_payroll_formula SET formula_order = \"7\" where formula_for = \"4\" and out_column=\"pd\" and formula_order=\"7\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5679,_binary 'UPDATE cw_payroll_formula SET formula_order = \"8\" where formula_for = \"4\" and out_column=\"conv\" and formula_order=\"8\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5680,_binary 'UPDATE cw_payroll_formula SET formula_order = \"9\" where formula_for = \"4\" and out_column=\"eattire\" and formula_order=\"9\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5681,_binary 'UPDATE cw_payroll_formula SET formula_order = \"10\" where formula_for = \"4\" and out_column=\"eb\" and formula_order=\"10\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5682,_binary 'UPDATE cw_payroll_formula SET formula_order = \"11\" where formula_for = \"4\" and out_column=\"ecea\" and formula_order=\"11\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5683,_binary 'UPDATE cw_payroll_formula SET formula_order = \"12\" where formula_for = \"4\" and out_column=\"flta\" and formula_order=\"12\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5684,_binary 'UPDATE cw_payroll_formula SET formula_order = \"13\" where formula_for = \"4\" and out_column=\"elta\" and formula_order=\"13\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5685,_binary 'UPDATE cw_payroll_formula SET formula_order = \"14\" where formula_for = \"4\" and out_column=\"emed\" and formula_order=\"14\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5686,_binary 'UPDATE cw_payroll_formula SET formula_order = \"15\" where formula_for = \"4\" and out_column=\"epa\" and formula_order=\"15\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5687,_binary 'UPDATE cw_payroll_formula SET formula_order = \"16\" where formula_for = \"4\" and out_column=\"ephone\" and formula_order=\"16\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5688,_binary 'UPDATE cw_payroll_formula SET formula_order = \"17\" where formula_for = \"4\" and out_column=\"epp\" and formula_order=\"17\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5689,_binary 'UPDATE cw_payroll_formula SET formula_order = \"18\" where formula_for = \"4\" and out_column=\"fxg\" and formula_order=\"18\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5690,_binary 'UPDATE cw_payroll_formula SET formula_order = \"19\" where formula_for = \"4\" and out_column=\"exg\" and formula_order=\"19\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5691,_binary 'UPDATE cw_payroll_formula SET formula_order = \"20\" where formula_for = \"4\" and out_column=\"fctc\" and formula_order=\"20\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5692,_binary 'UPDATE cw_payroll_formula SET formula_order = \"21\" where formula_for = \"4\" and out_column=\"fhra\" and formula_order=\"21\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5693,_binary 'UPDATE cw_payroll_formula SET formula_order = \"22\" where formula_for = \"4\" and out_column=\"fininc\" and formula_order=\"22\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5694,_binary 'UPDATE cw_payroll_formula SET formula_order = \"23\" where formula_for = \"4\" and out_column=\"food\" and formula_order=\"23\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5695,_binary 'UPDATE cw_payroll_formula SET formula_order = \"24\" where formula_for = \"4\" and out_column=\"hra\" and formula_order=\"24\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5696,_binary 'UPDATE cw_payroll_formula SET formula_order = \"25\" where formula_for = \"4\" and out_column=\"lev_encashrate\" and formula_order=\"25\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5697,_binary 'UPDATE cw_payroll_formula SET formula_order = \"26\" where formula_for = \"4\" and out_column=\"lev_encashamt\" and formula_order=\"26\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5698,_binary 'UPDATE cw_payroll_formula SET formula_order = \"27\" where formula_for = \"4\" and out_column=\"loyalbon\" and formula_order=\"27\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5699,_binary 'UPDATE cw_payroll_formula SET formula_order = \"28\" where formula_for = \"4\" and out_column=\"m_sft_alw\" and formula_order=\"28\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5700,_binary 'UPDATE cw_payroll_formula SET formula_order = \"29\" where formula_for = \"4\" and out_column=\"mealallo\" and formula_order=\"29\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5701,_binary 'UPDATE cw_payroll_formula SET formula_order = \"30\" where formula_for = \"4\" and out_column=\"ot_rate\" and formula_order=\"30\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5702,_binary 'UPDATE cw_payroll_formula SET formula_order = \"31\" where formula_for = \"4\" and out_column=\"eot\" and formula_order=\"31\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5703,_binary 'UPDATE cw_payroll_formula SET formula_order = \"32\" where formula_for = \"4\" and out_column=\"ot_maxhrs\" and formula_order=\"32\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5704,_binary 'UPDATE cw_payroll_formula SET formula_order = \"33\" where formula_for = \"4\" and out_column=\"fpfgt\" and formula_order=\"33\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5705,_binary 'UPDATE cw_payroll_formula SET formula_order = \"34\" where formula_for = \"4\" and out_column=\"fpfg\" and formula_order=\"34\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5706,_binary 'UPDATE cw_payroll_formula SET formula_order = \"35\" where formula_for = \"4\" and out_column=\"fepf\" and formula_order=\"35\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5707,_binary 'UPDATE cw_payroll_formula SET formula_order = \"36\" where formula_for = \"4\" and out_column=\"foa\" and formula_order=\"36\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5708,_binary 'UPDATE cw_payroll_formula SET formula_order = \"37\" where formula_for = \"4\" and out_column=\"oth_alw\" and formula_order=\"37\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5709,_binary 'UPDATE cw_payroll_formula SET formula_order = \"38\" where formula_for = \"4\" and out_column=\"eg\" and formula_order=\"38\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5710,_binary 'UPDATE cw_payroll_formula SET formula_order = \"39\" where formula_for = \"4\" and out_column=\"pfgtot\" and formula_order=\"39\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5711,_binary 'UPDATE cw_payroll_formula SET formula_order = \"40\" where formula_for = \"4\" and out_column=\"pfg\" and formula_order=\"40\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5712,_binary 'UPDATE cw_payroll_formula SET formula_order = \"41\" where formula_for = \"4\" and out_column=\"cpf\" and formula_order=\"41\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5713,_binary 'UPDATE cw_payroll_formula SET formula_order = \"42\" where formula_for = \"4\" and out_column=\"ctc\" and formula_order=\"42\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5714,_binary 'UPDATE cw_payroll_formula SET formula_order = \"43\" where formula_for = \"4\" and out_column=\"fg\" and formula_order=\"43\" and formula_mode !=1 and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5715,_binary 'UPDATE cw_payroll_formula SET formula_order = \"44\" where formula_for = \"4\" and out_column = \"esi_grs\" and trans_status = 1',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5716,_binary 'UPDATE cw_payroll_formula SET formula_order = \"61\" where formula_for = \"4\" and out_column = \"net_pay\"',1,'2022-12-14 15:12:46',0,NULL,0,NULL,1),(5717,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5718,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5719,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5720,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5721,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5722,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5723,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5724,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5725,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5726,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5727,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5728,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5729,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5730,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5731,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5732,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5733,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:12:51\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:12:51',0,NULL,0,NULL,1),(5734,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5735,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5736,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5737,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5738,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5739,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5740,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5741,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5742,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5743,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5744,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5745,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5746,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5747,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5748,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5749,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5750,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:19\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:19',0,NULL,0,NULL,1),(5751,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5752,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5753,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5754,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5755,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5756,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5757,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5758,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5759,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5760,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5761,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5762,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5763,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5764,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5765,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5766,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5767,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:13:50\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:13:50',0,NULL,0,NULL,1),(5768,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:00\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:00',0,NULL,0,NULL,1),(5769,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:00\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:00',0,NULL,0,NULL,1),(5770,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:00\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:00',0,NULL,0,NULL,1),(5771,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:00\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:00',0,NULL,0,NULL,1),(5772,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:00\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:00',0,NULL,0,NULL,1),(5773,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:01\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:01',0,NULL,0,NULL,1),(5774,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:01\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:01',0,NULL,0,NULL,1),(5775,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:01\' WHERE prime_form_id = \'1247\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:01',0,NULL,0,NULL,1),(5776,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:01\' WHERE prime_form_id = \'1248\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:01',0,NULL,0,NULL,1),(5777,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:01\' WHERE prime_form_id = \'1249\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:01',0,NULL,0,NULL,1),(5778,_binary 'UPDATE cw_form_setting SET field_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:01\' WHERE prime_form_id = \'1250\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:01',0,NULL,0,NULL,1),(5779,_binary 'UPDATE cw_form_setting SET field_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:01\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:01',0,NULL,0,NULL,1),(5780,_binary 'UPDATE cw_form_setting SET field_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:01\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:01',0,NULL,0,NULL,1),(5781,_binary 'UPDATE cw_form_setting SET field_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:01\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:01',0,NULL,0,NULL,1),(5782,_binary 'UPDATE cw_form_setting SET field_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:01\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:01',0,NULL,0,NULL,1),(5783,_binary 'UPDATE cw_form_setting SET field_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:01\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:01',0,NULL,0,NULL,1),(5784,_binary 'UPDATE cw_form_setting SET field_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:14:01\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\' AND input_for = \'188\'',1,'2022-12-14 15:14:01',0,NULL,0,NULL,1),(5785,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'188\',prime_module_id = \'shift_master\' ,field_type = \'1\',label_name = \'short_name\',view_name = \'Report Short Name\',short_name = \'report short name\',text_type = \'1\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:15:46\' WHERE prime_form_id = \'1251\'',1,'2022-12-14 15:15:46',0,NULL,0,NULL,1),(5786,_binary 'ALTER TABLE cw_shift_master CHANGE prime_shift_master_id prime_shift_master_id int(11) NOT NULL AUTO_INCREMENT,CHANGE second_break_hours_out second_break_hours_out time NULL DEFAULT NULL, CHANGE second_break_hours_in second_break_hours_in time NULL DEFAULT NULL, CHANGE first_break_hours_out first_break_hours_out time NULL DEFAULT NULL, CHANGE first_break_hours_in first_break_hours_in time NULL DEFAULT NULL, CHANGE full_work_hour full_work_hour time NULL DEFAULT NULL, CHANGE half_work_hour half_work_hour time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE shift_end shift_end varchar(100) NULL DEFAULT \'0\', CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_start shift_start varchar(100) NULL DEFAULT \'0\', CHANGE second_half second_half time NULL DEFAULT NULL, CHANGE first_half first_half time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE to_time to_time time NULL DEFAULT NULL, CHANGE from_time from_time time NULL DEFAULT NULL, CHANGE short_name short_name varchar(100) NULL DEFAULT \'\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 15:15:46',0,NULL,0,NULL,1),(5787,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'188\',prime_module_id = \'shift_master\' ,field_type = \'1\',label_name = \'short_name\',view_name = \'Report Short Name\',short_name = \'report short name\',text_type = \'1\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:15:56\' WHERE prime_form_id = \'1251\'',1,'2022-12-14 15:15:56',0,NULL,0,NULL,1),(5788,_binary 'ALTER TABLE cw_shift_master CHANGE prime_shift_master_id prime_shift_master_id int(11) NOT NULL AUTO_INCREMENT,CHANGE second_break_hours_out second_break_hours_out time NULL DEFAULT NULL, CHANGE second_break_hours_in second_break_hours_in time NULL DEFAULT NULL, CHANGE first_break_hours_out first_break_hours_out time NULL DEFAULT NULL, CHANGE first_break_hours_in first_break_hours_in time NULL DEFAULT NULL, CHANGE full_work_hour full_work_hour time NULL DEFAULT NULL, CHANGE half_work_hour half_work_hour time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE shift_end shift_end varchar(100) NULL DEFAULT \'0\', CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_start shift_start varchar(100) NULL DEFAULT \'0\', CHANGE second_half second_half time NULL DEFAULT NULL, CHANGE first_half first_half time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE to_time to_time time NULL DEFAULT NULL, CHANGE from_time from_time time NULL DEFAULT NULL, CHANGE short_name short_name varchar(100) NULL DEFAULT \'\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 15:15:56',0,NULL,0,NULL,1),(5789,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'188\',prime_module_id = \'shift_master\' ,field_type = \'15\',label_name = \'first_half\',view_name = \'First Half End\',short_name = \'first half end\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:11\' WHERE prime_form_id = \'1238\'',1,'2022-12-14 15:16:11',0,NULL,0,NULL,1),(5790,_binary 'ALTER TABLE cw_shift_master CHANGE prime_shift_master_id prime_shift_master_id int(11) NOT NULL AUTO_INCREMENT,CHANGE second_break_hours_out second_break_hours_out time NULL DEFAULT NULL, CHANGE second_break_hours_in second_break_hours_in time NULL DEFAULT NULL, CHANGE first_break_hours_out first_break_hours_out time NULL DEFAULT NULL, CHANGE first_break_hours_in first_break_hours_in time NULL DEFAULT NULL, CHANGE full_work_hour full_work_hour time NULL DEFAULT NULL, CHANGE half_work_hour half_work_hour time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE shift_end shift_end varchar(100) NULL DEFAULT \'0\', CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_start shift_start varchar(100) NULL DEFAULT \'0\', CHANGE second_half second_half time NULL DEFAULT NULL, CHANGE first_half first_half time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE to_time to_time time NULL DEFAULT NULL, CHANGE from_time from_time time NULL DEFAULT NULL, CHANGE short_name short_name varchar(100) NULL DEFAULT \'\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 15:16:11',0,NULL,0,NULL,1),(5791,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'188\',prime_module_id = \'shift_master\' ,field_type = \'15\',label_name = \'second_half\',view_name = \'Second Half Start\',short_name = \'second half start\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:24\' WHERE prime_form_id = \'1239\'',1,'2022-12-14 15:16:24',0,NULL,0,NULL,1),(5792,_binary 'ALTER TABLE cw_shift_master CHANGE prime_shift_master_id prime_shift_master_id int(11) NOT NULL AUTO_INCREMENT,CHANGE second_break_hours_out second_break_hours_out time NULL DEFAULT NULL, CHANGE second_break_hours_in second_break_hours_in time NULL DEFAULT NULL, CHANGE first_break_hours_out first_break_hours_out time NULL DEFAULT NULL, CHANGE first_break_hours_in first_break_hours_in time NULL DEFAULT NULL, CHANGE full_work_hour full_work_hour time NULL DEFAULT NULL, CHANGE half_work_hour half_work_hour time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE shift_end shift_end varchar(100) NULL DEFAULT \'0\', CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_start shift_start varchar(100) NULL DEFAULT \'0\', CHANGE second_half second_half time NULL DEFAULT NULL, CHANGE first_half first_half time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE to_time to_time time NULL DEFAULT NULL, CHANGE from_time from_time time NULL DEFAULT NULL, CHANGE short_name short_name varchar(100) NULL DEFAULT \'\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 15:16:24',0,NULL,0,NULL,1),(5793,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"shift_master\"',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5794,_binary 'UPDATE cw_form_setting SET table_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5795,_binary 'UPDATE cw_form_setting SET table_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5796,_binary 'UPDATE cw_form_setting SET table_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5797,_binary 'UPDATE cw_form_setting SET table_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5798,_binary 'UPDATE cw_form_setting SET table_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5799,_binary 'UPDATE cw_form_setting SET table_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5800,_binary 'UPDATE cw_form_setting SET table_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5801,_binary 'UPDATE cw_form_setting SET table_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5802,_binary 'UPDATE cw_form_setting SET table_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5803,_binary 'UPDATE cw_form_setting SET table_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5804,_binary 'UPDATE cw_form_setting SET table_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5805,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"shift_master\"',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5806,_binary 'UPDATE cw_form_setting SET table_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5807,_binary 'UPDATE cw_form_setting SET table_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5808,_binary 'UPDATE cw_form_setting SET table_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5809,_binary 'UPDATE cw_form_setting SET table_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5810,_binary 'UPDATE cw_form_setting SET table_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5811,_binary 'UPDATE cw_form_setting SET table_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5812,_binary 'UPDATE cw_form_setting SET table_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5813,_binary 'UPDATE cw_form_setting SET table_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1242\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5814,_binary 'UPDATE cw_form_setting SET table_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1243\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5815,_binary 'UPDATE cw_form_setting SET table_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1244\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5816,_binary 'UPDATE cw_form_setting SET table_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:16:59\' WHERE prime_form_id = \'1245\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:16:59',0,NULL,0,NULL,1),(5817,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'188\',prime_module_id = \'shift_master\' ,field_type = \'15\',label_name = \'first_break_hours_in\',view_name = \'First Break Hours In\',short_name = \'first break hours in\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:17:46\' WHERE prime_form_id = \'1242\'',1,'2022-12-14 15:17:46',0,NULL,0,NULL,1),(5818,_binary 'ALTER TABLE cw_shift_master CHANGE prime_shift_master_id prime_shift_master_id int(11) NOT NULL AUTO_INCREMENT,CHANGE second_break_hours_out second_break_hours_out time NULL DEFAULT NULL, CHANGE second_break_hours_in second_break_hours_in time NULL DEFAULT NULL, CHANGE first_break_hours_out first_break_hours_out time NULL DEFAULT NULL, CHANGE first_break_hours_in first_break_hours_in time NULL DEFAULT NULL, CHANGE full_work_hour full_work_hour time NULL DEFAULT NULL, CHANGE half_work_hour half_work_hour time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE shift_end shift_end varchar(100) NULL DEFAULT \'0\', CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_start shift_start varchar(100) NULL DEFAULT \'0\', CHANGE second_half second_half time NULL DEFAULT NULL, CHANGE first_half first_half time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE to_time to_time time NULL DEFAULT NULL, CHANGE from_time from_time time NULL DEFAULT NULL, CHANGE short_name short_name varchar(100) NULL DEFAULT \'\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 15:17:46',0,NULL,0,NULL,1),(5819,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'188\',prime_module_id = \'shift_master\' ,field_type = \'15\',label_name = \'second_break_hours_out\',view_name = \'Second Break Hours Out\',short_name = \'second break hours out\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:18:23\' WHERE prime_form_id = \'1245\'',1,'2022-12-14 15:18:23',0,NULL,0,NULL,1),(5820,_binary 'ALTER TABLE cw_shift_master CHANGE prime_shift_master_id prime_shift_master_id int(11) NOT NULL AUTO_INCREMENT,CHANGE second_break_hours_out second_break_hours_out time NULL DEFAULT NULL, CHANGE second_break_hours_in second_break_hours_in time NULL DEFAULT NULL, CHANGE first_break_hours_out first_break_hours_out time NULL DEFAULT NULL, CHANGE first_break_hours_in first_break_hours_in time NULL DEFAULT NULL, CHANGE full_work_hour full_work_hour time NULL DEFAULT NULL, CHANGE half_work_hour half_work_hour time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE shift_end shift_end varchar(100) NULL DEFAULT \'0\', CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_start shift_start varchar(100) NULL DEFAULT \'0\', CHANGE second_half second_half time NULL DEFAULT NULL, CHANGE first_half first_half time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE to_time to_time time NULL DEFAULT NULL, CHANGE from_time from_time time NULL DEFAULT NULL, CHANGE short_name short_name varchar(100) NULL DEFAULT \'\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 15:18:23',0,NULL,0,NULL,1),(5821,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'188\',prime_module_id = \'shift_master\' ,field_type = \'15\',label_name = \'first_break_hours_out\',view_name = \'First Break Hours Out\',short_name = \'first break hours out\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:18:46\' WHERE prime_form_id = \'1243\'',1,'2022-12-14 15:18:46',0,NULL,0,NULL,1),(5822,_binary 'ALTER TABLE cw_shift_master CHANGE prime_shift_master_id prime_shift_master_id int(11) NOT NULL AUTO_INCREMENT,CHANGE second_break_hours_out second_break_hours_out time NULL DEFAULT NULL, CHANGE second_break_hours_in second_break_hours_in time NULL DEFAULT NULL, CHANGE first_break_hours_out first_break_hours_out time NULL DEFAULT NULL, CHANGE first_break_hours_in first_break_hours_in time NULL DEFAULT NULL, CHANGE full_work_hour full_work_hour time NULL DEFAULT NULL, CHANGE half_work_hour half_work_hour time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE shift_end shift_end varchar(100) NULL DEFAULT \'0\', CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_start shift_start varchar(100) NULL DEFAULT \'0\', CHANGE second_half second_half time NULL DEFAULT NULL, CHANGE first_half first_half time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE to_time to_time time NULL DEFAULT NULL, CHANGE from_time from_time time NULL DEFAULT NULL, CHANGE short_name short_name varchar(100) NULL DEFAULT \'\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 15:18:46',0,NULL,0,NULL,1),(5823,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'188\',prime_module_id = \'shift_master\' ,field_type = \'15\',label_name = \'second_break_hours_in\',view_name = \'Second Break Hours In\',short_name = \'second break hours in\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:01\' WHERE prime_form_id = \'1244\'',1,'2022-12-14 15:19:01',0,NULL,0,NULL,1),(5824,_binary 'ALTER TABLE cw_shift_master CHANGE prime_shift_master_id prime_shift_master_id int(11) NOT NULL AUTO_INCREMENT,CHANGE second_break_hours_out second_break_hours_out time NULL DEFAULT NULL, CHANGE second_break_hours_in second_break_hours_in time NULL DEFAULT NULL, CHANGE first_break_hours_out first_break_hours_out time NULL DEFAULT NULL, CHANGE first_break_hours_in first_break_hours_in time NULL DEFAULT NULL, CHANGE full_work_hour full_work_hour time NULL DEFAULT NULL, CHANGE half_work_hour half_work_hour time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE shift_end shift_end varchar(100) NULL DEFAULT \'0\', CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_start shift_start varchar(100) NULL DEFAULT \'0\', CHANGE second_half second_half time NULL DEFAULT NULL, CHANGE first_half first_half time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE to_time to_time time NULL DEFAULT NULL, CHANGE from_time from_time time NULL DEFAULT NULL, CHANGE short_name short_name varchar(100) NULL DEFAULT \'\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 15:19:01',0,NULL,0,NULL,1),(5825,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'188\',prime_module_id = \'shift_master\' ,field_type = \'15\',label_name = \'half_work_hour\',view_name = \'Half Day Minimum Work Hour\',short_name = \'half day minimum work hour\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:16\' WHERE prime_form_id = \'1252\'',1,'2022-12-14 15:19:16',0,NULL,0,NULL,1),(5826,_binary 'ALTER TABLE cw_shift_master CHANGE prime_shift_master_id prime_shift_master_id int(11) NOT NULL AUTO_INCREMENT,CHANGE second_break_hours_out second_break_hours_out time NULL DEFAULT NULL, CHANGE second_break_hours_in second_break_hours_in time NULL DEFAULT NULL, CHANGE first_break_hours_out first_break_hours_out time NULL DEFAULT NULL, CHANGE first_break_hours_in first_break_hours_in time NULL DEFAULT NULL, CHANGE full_work_hour full_work_hour time NULL DEFAULT NULL, CHANGE half_work_hour half_work_hour time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE shift_end shift_end varchar(100) NULL DEFAULT \'0\', CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_start shift_start varchar(100) NULL DEFAULT \'0\', CHANGE second_half second_half time NULL DEFAULT NULL, CHANGE first_half first_half time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE to_time to_time time NULL DEFAULT NULL, CHANGE from_time from_time time NULL DEFAULT NULL, CHANGE short_name short_name varchar(100) NULL DEFAULT \'\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 15:19:16',0,NULL,0,NULL,1),(5827,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'188\',prime_module_id = \'shift_master\' ,field_type = \'15\',label_name = \'full_work_hour\',view_name = \'Full Day Minimum Work Hour\',short_name = \'full day minimum work hour\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'1\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:40\' WHERE prime_form_id = \'1253\'',1,'2022-12-14 15:19:40',0,NULL,0,NULL,1),(5828,_binary 'ALTER TABLE cw_shift_master CHANGE prime_shift_master_id prime_shift_master_id int(11) NOT NULL AUTO_INCREMENT,CHANGE second_break_hours_out second_break_hours_out time NULL DEFAULT NULL, CHANGE second_break_hours_in second_break_hours_in time NULL DEFAULT NULL, CHANGE first_break_hours_out first_break_hours_out time NULL DEFAULT NULL, CHANGE first_break_hours_in first_break_hours_in time NULL DEFAULT NULL, CHANGE full_work_hour full_work_hour time NULL DEFAULT NULL, CHANGE half_work_hour half_work_hour time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE shift_end shift_end varchar(100) NULL DEFAULT \'0\', CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_start shift_start varchar(100) NULL DEFAULT \'0\', CHANGE second_half second_half time NULL DEFAULT NULL, CHANGE first_half first_half time NULL DEFAULT NULL, CHANGE shift_status shift_status varchar(100) NULL DEFAULT \'0\', CHANGE to_time to_time time NULL DEFAULT NULL, CHANGE from_time from_time time NULL DEFAULT NULL, CHANGE short_name short_name varchar(100) NULL DEFAULT \'\', CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 15:19:40',0,NULL,0,NULL,1),(5829,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"shift_master\"',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5830,_binary 'UPDATE cw_form_setting SET table_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5831,_binary 'UPDATE cw_form_setting SET table_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5832,_binary 'UPDATE cw_form_setting SET table_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5833,_binary 'UPDATE cw_form_setting SET table_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5834,_binary 'UPDATE cw_form_setting SET table_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5835,_binary 'UPDATE cw_form_setting SET table_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5836,_binary 'UPDATE cw_form_setting SET table_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5837,_binary 'UPDATE cw_form_setting SET table_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5838,_binary 'UPDATE cw_form_setting SET table_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5839,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"shift_master\"',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5840,_binary 'UPDATE cw_form_setting SET table_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5841,_binary 'UPDATE cw_form_setting SET table_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5842,_binary 'UPDATE cw_form_setting SET table_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5843,_binary 'UPDATE cw_form_setting SET table_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5844,_binary 'UPDATE cw_form_setting SET table_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5845,_binary 'UPDATE cw_form_setting SET table_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5846,_binary 'UPDATE cw_form_setting SET table_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5847,_binary 'UPDATE cw_form_setting SET table_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5848,_binary 'UPDATE cw_form_setting SET table_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:52\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:52',0,NULL,0,NULL,1),(5849,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"shift_master\"',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5850,_binary 'UPDATE cw_form_setting SET table_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5851,_binary 'UPDATE cw_form_setting SET table_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5852,_binary 'UPDATE cw_form_setting SET table_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5853,_binary 'UPDATE cw_form_setting SET table_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5854,_binary 'UPDATE cw_form_setting SET table_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5855,_binary 'UPDATE cw_form_setting SET table_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5856,_binary 'UPDATE cw_form_setting SET table_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5857,_binary 'UPDATE cw_form_setting SET table_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5858,_binary 'UPDATE cw_form_setting SET table_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5859,_binary 'UPDATE cw_form_setting SET table_sort = 0 WHERE prime_module_id = \"shift_master\"',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5860,_binary 'UPDATE cw_form_setting SET table_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1235\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5861,_binary 'UPDATE cw_form_setting SET table_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1251\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5862,_binary 'UPDATE cw_form_setting SET table_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1236\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5863,_binary 'UPDATE cw_form_setting SET table_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1237\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5864,_binary 'UPDATE cw_form_setting SET table_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1238\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5865,_binary 'UPDATE cw_form_setting SET table_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1239\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5866,_binary 'UPDATE cw_form_setting SET table_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1240\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5867,_binary 'UPDATE cw_form_setting SET table_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1252\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5868,_binary 'UPDATE cw_form_setting SET table_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:19:54\' WHERE prime_form_id = \'1253\' AND prime_module_id = \'shift_master\'',1,'2022-12-14 15:19:54',0,NULL,0,NULL,1),(5869,_binary 'UPDATE cw_form_setting SET monthly_input_sort = 0 WHERE prime_module_id = \"employees\" and (earn_month_check = 1 or deduction_month_check = 1)',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5870,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5871,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5872,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5873,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5874,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5875,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5876,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5877,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5878,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5879,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5880,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5881,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5882,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5883,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5884,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5885,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5886,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5887,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5888,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5889,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5890,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5891,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5892,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5893,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5894,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5895,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5896,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5897,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5898,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5899,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5900,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5901,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5902,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5903,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5904,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5905,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5906,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5907,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5908,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5909,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5910,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5911,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5912,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5913,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5914,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5915,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5916,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5917,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5918,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5919,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5920,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5921,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5922,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5923,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5924,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5925,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5926,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5927,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5928,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5929,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5930,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5931,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5932,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5933,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5934,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5935,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5936,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:43\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:43',0,NULL,0,NULL,1),(5937,_binary 'UPDATE cw_form_setting SET monthly_input_sort = 0 WHERE prime_module_id = \"employees\" and (earn_month_check = 1 or deduction_month_check = 1)',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5938,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5939,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5940,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5941,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5942,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5943,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5944,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5945,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5946,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5947,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5948,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5949,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5950,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5951,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5952,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5953,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5954,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5955,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5956,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5957,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5958,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5959,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5960,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5961,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5962,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5963,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5964,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5965,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5966,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5967,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5968,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5969,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5970,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5971,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5972,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5973,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5974,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5975,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5976,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5977,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5978,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5979,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5980,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5981,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5982,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5983,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5984,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5985,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5986,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5987,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5988,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5989,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5990,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5991,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5992,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5993,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5994,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5995,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5996,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5997,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5998,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(5999,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(6000,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(6001,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(6002,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(6003,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(6004,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:21:51\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:21:51',0,NULL,0,NULL,1),(6005,_binary 'UPDATE cw_form_setting SET monthly_input_sort = 0 WHERE prime_module_id = \"employees\" and (earn_month_check = 1 or deduction_month_check = 1)',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6006,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6007,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6008,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6009,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6010,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6011,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6012,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6013,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6014,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6015,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6016,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6017,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6018,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6019,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6020,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6021,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6022,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6023,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6024,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6025,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6026,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6027,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6028,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6029,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6030,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6031,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6032,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6033,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6034,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6035,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6036,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6037,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6038,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6039,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6040,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6041,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6042,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6043,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6044,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6045,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6046,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6047,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6048,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6049,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6050,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6051,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6052,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6053,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6054,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6055,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6056,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6057,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6058,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6059,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6060,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6061,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6062,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6063,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6064,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6065,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6066,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6067,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6068,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6069,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6070,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6071,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6072,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:19\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:19',0,NULL,0,NULL,1),(6073,_binary 'UPDATE cw_form_setting SET monthly_input_sort = 0 WHERE prime_module_id = \"employees\" and (earn_month_check = 1 or deduction_month_check = 1)',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6074,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6075,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6076,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6077,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6078,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6079,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6080,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6081,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6082,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6083,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6084,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6085,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6086,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6087,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6088,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6089,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6090,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6091,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6092,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6093,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6094,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6095,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6096,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6097,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6098,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6099,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6100,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6101,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6102,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6103,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6104,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6105,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6106,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6107,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6108,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6109,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6110,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6111,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6112,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6113,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6114,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6115,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6116,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6117,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6118,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6119,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6120,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6121,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6122,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6123,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6124,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6125,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6126,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6127,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6128,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6129,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6130,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6131,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6132,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6133,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6134,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6135,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6136,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6137,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6138,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6139,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6140,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6141,_binary 'UPDATE cw_form_setting SET monthly_input_sort = 0 WHERE prime_module_id = \"employees\" and (earn_month_check = 1 or deduction_month_check = 1)',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6142,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6143,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6144,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6145,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6146,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6147,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6148,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6149,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6150,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6151,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6152,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6153,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6154,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6155,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6156,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6157,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6158,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6159,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6160,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6161,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6162,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6163,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6164,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6165,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6166,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6167,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6168,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6169,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6170,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6171,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6172,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6173,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6174,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6175,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6176,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6177,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6178,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6179,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6180,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6181,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6182,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6183,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6184,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6185,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6186,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6187,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6188,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6189,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6190,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6191,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6192,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6193,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6194,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6195,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6196,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6197,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6198,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6199,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6200,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6201,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6202,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6203,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6204,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6205,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6206,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6207,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6208,_binary 'UPDATE cw_form_setting SET monthly_input_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:22:27\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:22:27',0,NULL,0,NULL,1),(6209,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6210,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6211,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6212,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6213,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6214,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6215,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6216,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6217,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6218,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6219,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6220,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6221,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6222,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6223,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6224,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6225,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6226,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6227,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6228,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6229,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6230,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6231,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6232,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6233,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6234,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6235,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6236,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6237,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6238,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6239,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6240,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6241,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6242,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6243,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6244,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6245,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6246,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6247,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6248,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6249,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6250,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6251,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6252,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6253,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6254,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6255,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6256,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6257,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6258,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6259,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6260,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6261,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6262,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6263,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6264,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6265,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6266,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6267,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6268,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6269,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6270,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6271,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6272,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6273,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6274,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6275,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6276,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6277,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6278,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6279,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6280,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6281,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6282,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6283,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6284,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6285,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6286,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6287,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6288,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6289,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6290,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6291,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6292,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6293,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6294,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6295,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6296,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6297,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6298,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6299,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6300,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6301,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6302,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6303,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6304,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6305,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6306,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6307,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6308,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6309,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6310,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6311,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6312,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6313,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6314,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6315,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6316,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6317,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6318,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6319,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6320,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6321,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6322,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6323,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6324,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6325,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6326,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6327,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6328,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6329,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6330,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6331,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6332,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6333,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6334,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6335,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6336,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6337,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6338,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6339,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6340,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6341,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6342,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6343,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6344,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6345,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6346,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6347,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6348,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6349,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6350,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6351,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6352,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6353,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6354,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6355,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6356,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6357,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6358,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6359,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6360,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6361,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6362,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6363,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6364,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6365,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6366,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6367,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6368,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6369,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6370,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6371,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6372,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6373,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6374,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6375,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6376,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6377,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6378,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6379,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6380,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6381,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6382,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6383,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6384,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6385,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6386,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6387,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6388,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6389,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6390,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6391,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6392,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6393,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6394,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6395,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6396,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6397,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6398,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6399,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6400,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6401,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6402,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6403,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6404,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6405,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6406,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6407,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6408,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6409,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6410,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6411,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6412,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6413,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6414,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6415,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6416,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6417,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6418,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6419,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6420,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6421,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6422,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6423,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6424,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6425,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6426,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6427,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6428,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6429,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6430,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6431,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6432,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6433,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6434,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6435,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6436,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6437,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6438,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6439,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6440,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6441,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6442,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6443,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6444,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6445,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6446,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6447,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6448,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6449,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6450,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6451,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6452,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6453,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6454,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6455,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6456,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6457,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6458,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6459,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6460,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6461,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6462,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6463,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6464,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:28\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:28',0,NULL,0,NULL,1),(6465,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6466,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6467,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6468,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6469,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6470,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6471,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6472,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6473,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6474,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6475,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6476,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6477,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6478,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6479,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6480,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6481,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6482,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6483,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6484,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6485,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6486,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6487,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6488,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6489,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6490,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6491,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6492,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6493,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6494,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6495,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6496,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6497,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6498,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6499,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6500,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6501,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6502,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6503,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6504,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6505,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6506,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6507,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6508,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6509,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6510,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6511,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6512,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6513,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6514,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6515,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6516,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6517,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6518,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6519,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6520,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6521,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6522,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6523,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6524,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6525,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6526,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6527,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6528,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6529,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6530,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6531,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6532,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6533,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6534,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6535,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6536,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6537,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6538,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:29\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:29',0,NULL,0,NULL,1),(6539,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6540,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6541,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6542,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6543,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6544,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6545,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6546,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6547,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6548,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6549,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6550,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6551,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6552,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6553,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6554,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6555,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6556,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6557,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6558,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6559,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6560,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6561,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6562,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6563,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6564,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6565,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6566,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6567,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6568,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6569,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6570,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6571,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6572,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6573,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6574,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6575,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6576,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6577,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6578,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6579,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6580,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6581,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6582,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6583,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6584,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6585,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6586,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6587,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6588,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6589,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6590,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6591,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6592,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6593,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6594,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6595,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6596,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6597,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6598,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6599,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6600,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6601,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6602,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6603,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6604,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6605,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6606,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6607,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6608,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6609,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6610,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6611,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6612,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6613,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6614,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6615,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6616,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6617,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6618,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6619,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6620,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6621,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6622,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6623,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6624,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6625,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6626,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6627,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6628,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6629,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6630,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6631,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6632,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6633,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6634,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6635,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6636,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6637,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6638,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6639,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6640,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6641,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6642,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6643,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6644,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6645,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6646,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6647,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6648,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6649,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6650,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6651,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6652,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6653,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6654,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6655,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6656,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6657,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6658,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6659,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6660,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6661,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6662,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6663,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6664,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6665,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6666,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6667,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6668,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6669,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6670,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6671,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6672,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6673,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6674,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6675,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6676,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6677,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6678,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6679,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6680,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6681,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6682,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6683,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6684,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6685,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6686,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6687,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6688,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6689,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6690,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6691,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6692,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6693,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6694,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6695,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6696,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6697,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6698,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6699,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6700,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6701,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6702,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6703,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:31\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:31',0,NULL,0,NULL,1),(6704,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6705,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6706,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6707,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6708,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6709,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6710,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6711,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6712,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6713,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6714,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6715,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6716,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6717,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6718,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6719,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6720,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6721,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6722,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6723,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6724,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6725,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6726,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6727,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6728,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6729,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6730,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6731,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6732,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6733,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6734,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6735,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6736,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6737,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6738,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6739,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6740,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6741,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6742,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6743,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6744,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6745,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6746,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6747,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6748,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6749,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6750,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6751,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6752,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6753,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6754,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6755,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6756,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6757,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6758,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6759,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6760,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6761,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6762,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6763,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6764,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6765,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6766,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6767,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6768,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6769,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6770,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6771,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6772,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6773,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6774,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6775,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6776,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6777,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6778,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6779,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6780,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6781,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6782,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6783,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6784,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6785,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6786,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6787,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6788,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6789,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6790,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6791,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6792,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6793,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6794,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6795,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6796,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6797,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6798,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6799,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6800,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6801,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6802,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6803,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6804,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6805,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6806,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6807,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6808,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6809,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6810,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6811,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6812,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6813,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6814,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6815,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6816,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6817,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6818,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6819,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6820,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6821,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6822,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6823,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6824,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6825,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6826,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6827,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6828,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6829,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6830,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6831,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6832,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6833,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6834,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6835,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6836,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6837,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6838,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6839,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6840,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6841,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6842,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6843,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6844,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6845,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6846,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6847,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6848,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6849,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6850,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6851,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6852,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6853,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6854,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6855,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6856,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6857,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6858,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6859,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6860,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6861,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6862,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6863,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6864,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6865,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6866,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6867,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6868,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:32\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:32',0,NULL,0,NULL,1),(6869,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:23:44',0,NULL,0,NULL,1),(6870,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:44\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:44',0,NULL,0,NULL,1),(6871,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:44\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:44',0,NULL,0,NULL,1),(6872,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:44\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:44',0,NULL,0,NULL,1),(6873,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:44\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:44',0,NULL,0,NULL,1),(6874,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:44\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:44',0,NULL,0,NULL,1),(6875,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:44\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:44',0,NULL,0,NULL,1),(6876,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:44\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:44',0,NULL,0,NULL,1),(6877,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:44\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:44',0,NULL,0,NULL,1),(6878,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:44\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:44',0,NULL,0,NULL,1),(6879,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:44\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:44',0,NULL,0,NULL,1),(6880,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6881,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6882,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6883,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6884,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6885,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6886,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6887,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6888,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6889,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6890,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6891,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6892,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6893,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6894,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6895,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6896,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6897,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6898,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6899,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6900,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6901,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6902,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6903,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6904,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6905,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6906,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6907,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6908,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6909,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6910,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6911,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6912,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6913,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6914,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6915,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6916,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6917,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6918,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6919,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6920,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6921,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6922,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6923,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6924,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6925,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6926,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6927,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6928,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6929,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6930,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6931,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6932,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6933,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6934,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6935,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6936,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6937,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6938,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6939,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6940,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6941,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6942,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6943,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6944,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6945,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6946,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6947,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6948,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6949,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6950,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6951,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6952,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6953,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6954,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6955,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6956,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6957,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6958,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6959,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6960,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6961,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6962,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6963,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6964,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6965,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6966,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6967,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6968,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6969,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6970,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6971,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6972,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6973,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6974,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6975,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6976,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6977,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6978,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6979,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6980,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6981,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6982,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6983,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6984,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6985,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6986,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6987,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6988,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6989,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6990,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6991,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6992,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6993,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6994,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6995,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6996,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6997,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6998,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(6999,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7000,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7001,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7002,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7003,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7004,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7005,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7006,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7007,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7008,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7009,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7010,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7011,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7012,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7013,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7014,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7015,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7016,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7017,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7018,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7019,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7020,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7021,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7022,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7023,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7024,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7025,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7026,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7027,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7028,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7029,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7030,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7031,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7032,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7033,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7034,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7035,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7036,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7037,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7038,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7039,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7040,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7041,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7042,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7043,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7044,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7045,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7046,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7047,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7048,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7049,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7050,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7051,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7052,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7053,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7054,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7055,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7056,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7057,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7058,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7059,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7060,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7061,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7062,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7063,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7064,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7065,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7066,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7067,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7068,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7069,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7070,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7071,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7072,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7073,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7074,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7075,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7076,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7077,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7078,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7079,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7080,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7081,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7082,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7083,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7084,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7085,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7086,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7087,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7088,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7089,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7090,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7091,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7092,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7093,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7094,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7095,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7096,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7097,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7098,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7099,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7100,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7101,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7102,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7103,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7104,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7105,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7106,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7107,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7108,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7109,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7110,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7111,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7112,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7113,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7114,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7115,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7116,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7117,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7118,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7119,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7120,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7121,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7122,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7123,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7124,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7125,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7126,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7127,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7128,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7129,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7130,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7131,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7132,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7133,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7134,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7135,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7136,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7137,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7138,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7139,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7140,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7141,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7142,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7143,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7144,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7145,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7146,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7147,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7148,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7149,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7150,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7151,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7152,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7153,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7154,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7155,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7156,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7157,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7158,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7159,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7160,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7161,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7162,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7163,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7164,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7165,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7166,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:45\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:45',0,NULL,0,NULL,1),(7167,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7168,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7169,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7170,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7171,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7172,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7173,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7174,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7175,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7176,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7177,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7178,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7179,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7180,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7181,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7182,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7183,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7184,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7185,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7186,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7187,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7188,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7189,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7190,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7191,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7192,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7193,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7194,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7195,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7196,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7197,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7198,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:46\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:46',0,NULL,0,NULL,1),(7199,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7200,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7201,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7202,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7203,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7204,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7205,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7206,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7207,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7208,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7209,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7210,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7211,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7212,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7213,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7214,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7215,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7216,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7217,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7218,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7219,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7220,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7221,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7222,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7223,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7224,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7225,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7226,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7227,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7228,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7229,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7230,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7231,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7232,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7233,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7234,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7235,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7236,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7237,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7238,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7239,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7240,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7241,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7242,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7243,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7244,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7245,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7246,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7247,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7248,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7249,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7250,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7251,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7252,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7253,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7254,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7255,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7256,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7257,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7258,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7259,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7260,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7261,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7262,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7263,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7264,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7265,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7266,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7267,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7268,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7269,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7270,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7271,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7272,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7273,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7274,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7275,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7276,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7277,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7278,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7279,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7280,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7281,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7282,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7283,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7284,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7285,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7286,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7287,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7288,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7289,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7290,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7291,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7292,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7293,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7294,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7295,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7296,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7297,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7298,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7299,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7300,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7301,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7302,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7303,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7304,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7305,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7306,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7307,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7308,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7309,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7310,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7311,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7312,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7313,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7314,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7315,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7316,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7317,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7318,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7319,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7320,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7321,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7322,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7323,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7324,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7325,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7326,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7327,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7328,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7329,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7330,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7331,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7332,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7333,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7334,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7335,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7336,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7337,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7338,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7339,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7340,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7341,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7342,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7343,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7344,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7345,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7346,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7347,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7348,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7349,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7350,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7351,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7352,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7353,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7354,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7355,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7356,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7357,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7358,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7359,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7360,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7361,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7362,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7363,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7364,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7365,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7366,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7367,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7368,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7369,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7370,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7371,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7372,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7373,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7374,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7375,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7376,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7377,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7378,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7379,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7380,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7381,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7382,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7383,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7384,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7385,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7386,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7387,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7388,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7389,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7390,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7391,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7392,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7393,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7394,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7395,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7396,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7397,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7398,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7399,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7400,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7401,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7402,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7403,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7404,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7405,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7406,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7407,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7408,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7409,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7410,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7411,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7412,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7413,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7414,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7415,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7416,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7417,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7418,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7419,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7420,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7421,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7422,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7423,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7424,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7425,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7426,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7427,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7428,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7429,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7430,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7431,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7432,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7433,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7434,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7435,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7436,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7437,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7438,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7439,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7440,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7441,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7442,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7443,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7444,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7445,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7446,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7447,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7448,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7449,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7450,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7451,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7452,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7453,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7454,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7455,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7456,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7457,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7458,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7459,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7460,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:56\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:56',0,NULL,0,NULL,1),(7461,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7462,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7463,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7464,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7465,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7466,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7467,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7468,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7469,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7470,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7471,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7472,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7473,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7474,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7475,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7476,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7477,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7478,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7479,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7480,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7481,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7482,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7483,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7484,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7485,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7486,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7487,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7488,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7489,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7490,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7491,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7492,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7493,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7494,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7495,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7496,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7497,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7498,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7499,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7500,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7501,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7502,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7503,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7504,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7505,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7506,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7507,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7508,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7509,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7510,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7511,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7512,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7513,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7514,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7515,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7516,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7517,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7518,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7519,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7520,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7521,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7522,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7523,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7524,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7525,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7526,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7527,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7528,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:23:57\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:23:57',0,NULL,0,NULL,1),(7529,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7530,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7531,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7532,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7533,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7534,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7535,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7536,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7537,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7538,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7539,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7540,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7541,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7542,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7543,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7544,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7545,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7546,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7547,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7548,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7549,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7550,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7551,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7552,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7553,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7554,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7555,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7556,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7557,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7558,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7559,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7560,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7561,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7562,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7563,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7564,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7565,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7566,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7567,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7568,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7569,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7570,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7571,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7572,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7573,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7574,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7575,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7576,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7577,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7578,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7579,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7580,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7581,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7582,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7583,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7584,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7585,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7586,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7587,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7588,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7589,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7590,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7591,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7592,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7593,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7594,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7595,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7596,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7597,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7598,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7599,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7600,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7601,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7602,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7603,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7604,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7605,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7606,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7607,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7608,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7609,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7610,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7611,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7612,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7613,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7614,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7615,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7616,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7617,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7618,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7619,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7620,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7621,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7622,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7623,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7624,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7625,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7626,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7627,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7628,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7629,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7630,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7631,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7632,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7633,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7634,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7635,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7636,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7637,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7638,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7639,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7640,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7641,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7642,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7643,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7644,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7645,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7646,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7647,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7648,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7649,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7650,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7651,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7652,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7653,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7654,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7655,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7656,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7657,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7658,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7659,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7660,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7661,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7662,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7663,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7664,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7665,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7666,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7667,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7668,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7669,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7670,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7671,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7672,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7673,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7674,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7675,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7676,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7677,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7678,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7679,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7680,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7681,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7682,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7683,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7684,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7685,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7686,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7687,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7688,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7689,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7690,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7691,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7692,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7693,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7694,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7695,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7696,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7697,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7698,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7699,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7700,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7701,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7702,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7703,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7704,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7705,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7706,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7707,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7708,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7709,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7710,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7711,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7712,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7713,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7714,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7715,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7716,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7717,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7718,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7719,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7720,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7721,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7722,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7723,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7724,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7725,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7726,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7727,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7728,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7729,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7730,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7731,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7732,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7733,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7734,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7735,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7736,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7737,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7738,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7739,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7740,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7741,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7742,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7743,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7744,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7745,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7746,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7747,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7748,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:01\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:01',0,NULL,0,NULL,1),(7749,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7750,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7751,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7752,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7753,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7754,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7755,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7756,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7757,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7758,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7759,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7760,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7761,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7762,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7763,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7764,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7765,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7766,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7767,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7768,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7769,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7770,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7771,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7772,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7773,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7774,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7775,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7776,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7777,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7778,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7779,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7780,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7781,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7782,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7783,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7784,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7785,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7786,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7787,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7788,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7789,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7790,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7791,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7792,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7793,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7794,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7795,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7796,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7797,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7798,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7799,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7800,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7801,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7802,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7803,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7804,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7805,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7806,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7807,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7808,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7809,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7810,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7811,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7812,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7813,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7814,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7815,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7816,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7817,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7818,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7819,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7820,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7821,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7822,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7823,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7824,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7825,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7826,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7827,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7828,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7829,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7830,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7831,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7832,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7833,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7834,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7835,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7836,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7837,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7838,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7839,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7840,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7841,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7842,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7843,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7844,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7845,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7846,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7847,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7848,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7849,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7850,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7851,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7852,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7853,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7854,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7855,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7856,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7857,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7858,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:02\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:02',0,NULL,0,NULL,1),(7859,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7860,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7861,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7862,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7863,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7864,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7865,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7866,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7867,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7868,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7869,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7870,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7871,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7872,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7873,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7874,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7875,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7876,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7877,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7878,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7879,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7880,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7881,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7882,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7883,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7884,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7885,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7886,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7887,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7888,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7889,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7890,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7891,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7892,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7893,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7894,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7895,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7896,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7897,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7898,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7899,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7900,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7901,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7902,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7903,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7904,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7905,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7906,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7907,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:16',0,NULL,0,NULL,1),(7908,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:16\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7909,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7910,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7911,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7912,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7913,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7914,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7915,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7916,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7917,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7918,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7919,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7920,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7921,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7922,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7923,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7924,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7925,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7926,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7927,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7928,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7929,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7930,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7931,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7932,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7933,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7934,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7935,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7936,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7937,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7938,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7939,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7940,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7941,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7942,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7943,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7944,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7945,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7946,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7947,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7948,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7949,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7950,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7951,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7952,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7953,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7954,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7955,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7956,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7957,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7958,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7959,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7960,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7961,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7962,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7963,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7964,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7965,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7966,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7967,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7968,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7969,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7970,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7971,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7972,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7973,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7974,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7975,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7976,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7977,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7978,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7979,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7980,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7981,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7982,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7983,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7984,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7985,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7986,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7987,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7988,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7989,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7990,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7991,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7992,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7993,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7994,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7995,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7996,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7997,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7998,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(7999,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8000,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8001,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8002,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8003,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8004,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8005,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8006,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8007,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8008,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8009,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8010,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8011,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8012,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8013,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8014,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8015,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8016,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8017,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8018,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8019,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8020,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8021,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1);
INSERT INTO `cw_all_setting_queries` (`prime_all_setting_queries_id`, `all_setting_query`, `trans_created_by`, `trans_created_date`, `trans_updated_by`, `trans_updated_date`, `trans_deleted_by`, `trans_deleted_date`, `trans_status`) VALUES (8022,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8023,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8024,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8025,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8026,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8027,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8028,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8029,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8030,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8031,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8032,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8033,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8034,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8035,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8036,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8037,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8038,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8039,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8040,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8041,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8042,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8043,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8044,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8045,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8046,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8047,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8048,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8049,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8050,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8051,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8052,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8053,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8054,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8055,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8056,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8057,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8058,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8059,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8060,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8061,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8062,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8063,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8064,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8065,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8066,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8067,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8068,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8069,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8070,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8071,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8072,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8073,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8074,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8075,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8076,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8077,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8078,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8079,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8080,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8081,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8082,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8083,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8084,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8085,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8086,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8087,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8088,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8089,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8090,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8091,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8092,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8093,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8094,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8095,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8096,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8097,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8098,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8099,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8100,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8101,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8102,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8103,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8104,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8105,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8106,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8107,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8108,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8109,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8110,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8111,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8112,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8113,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8114,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8115,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8116,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8117,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8118,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8119,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8120,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8121,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8122,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8123,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8124,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8125,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8126,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8127,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8128,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8129,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8130,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8131,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8132,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8133,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8134,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8135,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8136,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8137,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8138,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8139,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8140,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8141,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8142,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8143,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8144,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8145,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8146,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8147,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8148,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8149,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8150,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8151,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8152,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8153,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8154,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8155,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8156,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8157,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8158,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8159,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8160,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8161,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8162,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8163,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8164,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8165,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8166,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8167,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8168,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8169,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8170,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8171,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8172,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8173,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8174,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8175,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8176,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8177,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8178,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8179,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8180,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8181,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8182,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8183,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8184,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8185,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8186,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8187,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8188,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:17\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:17',0,NULL,0,NULL,1),(8189,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8190,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8191,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8192,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8193,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8194,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8195,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8196,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8197,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8198,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8199,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8200,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8201,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8202,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8203,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8204,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8205,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8206,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8207,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8208,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8209,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8210,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8211,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8212,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8213,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8214,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8215,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8216,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8217,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8218,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8219,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8220,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8221,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8222,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8223,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8224,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8225,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8226,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8227,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8228,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8229,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8230,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8231,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8232,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8233,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8234,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8235,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8236,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8237,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8238,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8239,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8240,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8241,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8242,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8243,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8244,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8245,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8246,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8247,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8248,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8249,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8250,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8251,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8252,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8253,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8254,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8255,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8256,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8257,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8258,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8259,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8260,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8261,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8262,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8263,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8264,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8265,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8266,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8267,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8268,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8269,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8270,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8271,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8272,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8273,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8274,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8275,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8276,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8277,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8278,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8279,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8280,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8281,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8282,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8283,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8284,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8285,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8286,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8287,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:38\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:38',0,NULL,0,NULL,1),(8288,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8289,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8290,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8291,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8292,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8293,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8294,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8295,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8296,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8297,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8298,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8299,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8300,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8301,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8302,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8303,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8304,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8305,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8306,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8307,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8308,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8309,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8310,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8311,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8312,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8313,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8314,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8315,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8316,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8317,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8318,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8319,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8320,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8321,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8322,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8323,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8324,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8325,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8326,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8327,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8328,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8329,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8330,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8331,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8332,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8333,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8334,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8335,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8336,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8337,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8338,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8339,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8340,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8341,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8342,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8343,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8344,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8345,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8346,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8347,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8348,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8349,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8350,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8351,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8352,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8353,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8354,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8355,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8356,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8357,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8358,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8359,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8360,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8361,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8362,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8363,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8364,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8365,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8366,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8367,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8368,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8369,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8370,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8371,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8372,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8373,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8374,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8375,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8376,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8377,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8378,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8379,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8380,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8381,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8382,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8383,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8384,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8385,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8386,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8387,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8388,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8389,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8390,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8391,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8392,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8393,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8394,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8395,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8396,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8397,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8398,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8399,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8400,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8401,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8402,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8403,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8404,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8405,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8406,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8407,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8408,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8409,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8410,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8411,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8412,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8413,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8414,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8415,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8416,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8417,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8418,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8419,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8420,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8421,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8422,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8423,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8424,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8425,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8426,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8427,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8428,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8429,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8430,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8431,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8432,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8433,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8434,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8435,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8436,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8437,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8438,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8439,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8440,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8441,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8442,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8443,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8444,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8445,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8446,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8447,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8448,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8449,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8450,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8451,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8452,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8453,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8454,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8455,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8456,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8457,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8458,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8459,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8460,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8461,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8462,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8463,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8464,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8465,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8466,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8467,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8468,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8469,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8470,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8471,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8472,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8473,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8474,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8475,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8476,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8477,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8478,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8479,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8480,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8481,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8482,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8483,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8484,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8485,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8486,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8487,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8488,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8489,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8490,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8491,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8492,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8493,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8494,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8495,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8496,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8497,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8498,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8499,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8500,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8501,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8502,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8503,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8504,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8505,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8506,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8507,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8508,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8509,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8510,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8511,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8512,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8513,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8514,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8515,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8516,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8517,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8518,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 15:24:39\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-14 15:24:39',0,NULL,0,NULL,1),(8519,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'34\',\'employees\',\'2\',\'esi_grs_cond\',\'Condition For ESI GROSS\',\'Condition for ESI GROSS\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'0\',\'0\',\'0\',\'140\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2,3,4,5\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'2\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-14 17:27:54\')',1,'2022-12-14 17:27:54',0,NULL,0,NULL,1),(8520,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,ADD esi_grs_cond decimal(15,2) NULL DEFAULT \'0\' AFTER new_hire_status, CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8521,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8522,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8523,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8524,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8525,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8526,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8527,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8528,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8529,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8530,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8531,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8532,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8533,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8534,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8535,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8536,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8537,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8538,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8539,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8540,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8541,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8542,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8543,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8544,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8545,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8546,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8547,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8548,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8549,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8550,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8551,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8552,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8553,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8554,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8555,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8556,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8557,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8558,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8559,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8560,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8561,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8562,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8563,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8564,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8565,_binary 'ALTER TABLE cw_transactions_dlt ADD esi_grs_cond decimal(15,2) NULL DEFAULT \'0\' AFTER desgrade, CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8566,_binary 'ALTER TABLE cw_transactions ADD esi_grs_cond decimal(15,2) NULL DEFAULT \'0\' AFTER desgrade, CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8567,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8568,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8569,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8570,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',ADD esi_grs_cond decimal(15,2) NULL DEFAULT \'0\' AFTER exp_ref_no',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8571,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8572,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 17:27:55',0,NULL,0,NULL,1),(8573,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'2\',\'34\',\'employees\',\'2\',\'empr_esi_cond\',\'Condition For EMPLOYER ESI\',\'Condition for EMPLOYER ESI\',\'0\',\'0\',\'0\',\'2\',\' \',\'1\',\'0\',\'0\',\'0\',\'0\',\'141\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2,3,4,5\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'2\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-14 17:31:25\')',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8574,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,ADD empr_esi_cond decimal(15,2) NULL DEFAULT \'0\' AFTER esi_grs_cond, CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8575,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8576,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8577,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8578,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8579,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8580,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8581,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8582,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8583,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8584,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8585,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8586,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8587,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8588,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8589,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8590,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8591,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8592,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8593,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8594,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8595,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8596,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8597,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8598,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8599,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8600,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8601,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8602,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8603,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8604,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8605,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8606,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8607,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8608,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8609,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8610,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8611,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8612,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8613,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8614,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8615,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8616,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8617,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8618,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8619,_binary 'ALTER TABLE cw_transactions_dlt ADD empr_esi_cond decimal(15,2) NULL DEFAULT \'0\' AFTER esi_grs_cond, CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8620,_binary 'ALTER TABLE cw_transactions ADD empr_esi_cond decimal(15,2) NULL DEFAULT \'0\' AFTER esi_grs_cond, CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8621,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8622,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8623,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8624,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',ADD empr_esi_cond decimal(15,2) NULL DEFAULT \'0\' AFTER esi_grs_cond',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8625,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8626,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 17:31:25',0,NULL,0,NULL,1),(8627,_binary 'INSERT INTO cw_payroll_formula (formula_for,formula_type, out_column,payroll_formula,formula_mode,round_value,order_by,formula_order,fandf_only,trans_created_by, trans_created_date) VALUES (\"2\",\"1\",\"esi_grs_cond\",\"(@fg@/@md@)*@pd@\",\"2\",\"\",\"\",\"65\",\"0\",\"1\",\"2022-12-14 17:32:42\")',1,'2022-12-14 17:32:43',0,NULL,0,NULL,1),(8628,_binary 'INSERT INTO cw_payroll_formula (formula_for,formula_type, out_column,payroll_formula,formula_mode,round_value,order_by,formula_order,fandf_only,trans_created_by, trans_created_date) VALUES (\"2\",\"1\",\"esi_grs_cond\",\"(@fg@/@md@)*@pd@\",\"2\",\"\",\"\",\"66\",\"0\",\"1\",\"2022-12-14 17:33:32\")',1,'2022-12-14 17:33:34',0,NULL,0,NULL,1),(8629,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'34\',prime_module_id = \'employees\' ,field_type = \'2\',label_name = \'esi_grs_cond\',view_name = \'Condition For ESI GROSS\',short_name = \'Condition for ESI GROSS\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'2\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'0\',field_for = \'1,2,3,4,5\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'2\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 17:34:38\' WHERE prime_form_id = \'2009\'',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8630,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8631,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8632,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8633,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8634,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8635,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8636,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8637,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8638,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8639,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8640,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8641,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8642,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8643,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8644,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8645,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8646,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8647,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8648,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8649,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8650,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8651,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8652,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8653,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8654,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8655,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8656,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8657,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8658,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8659,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8660,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8661,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8662,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8663,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8664,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8665,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8666,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8667,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8668,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8669,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8670,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8671,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8672,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8673,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8674,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8675,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8676,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 17:34:38',0,NULL,0,NULL,1),(8677,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 17:34:39',0,NULL,0,NULL,1),(8678,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 17:34:39',0,NULL,0,NULL,1),(8679,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 17:34:39',0,NULL,0,NULL,1),(8680,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-14 17:34:39',0,NULL,0,NULL,1),(8681,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 17:34:39',0,NULL,0,NULL,1),(8682,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 17:34:39',0,NULL,0,NULL,1),(8683,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'34\',prime_module_id = \'employees\' ,field_type = \'2\',label_name = \'empr_esi_cond\',view_name = \'Condition For EMPLOYER ESI\',short_name = \'Condition for EMPLOYER ESI\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'2\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'0\',field_for = \'1,2,3,4,5\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'2\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 17:34:54\' WHERE prime_form_id = \'2010\'',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8684,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8685,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8686,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8687,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8688,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8689,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8690,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8691,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8692,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8693,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8694,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8695,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8696,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8697,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8698,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8699,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8700,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8701,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8702,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8703,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8704,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8705,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8706,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8707,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8708,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8709,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8710,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8711,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8712,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8713,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8714,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8715,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8716,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8717,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8718,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8719,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8720,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8721,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8722,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8723,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8724,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8725,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8726,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8727,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8728,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8729,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8730,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8731,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8732,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8733,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8734,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8735,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8736,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-14 17:34:54',0,NULL,0,NULL,1),(8737,_binary 'INSERT INTO cw_payroll_formula (formula_for,formula_type, out_column,payroll_formula,formula_mode,round_value,order_by,formula_order,fandf_only,trans_created_by, trans_created_date) VALUES (\"2\",\"1\",\"esi_grs_cond\",\"(@fg@/@md@)*@pd@\",\"2\",\"\",\"\",\"67\",\"0\",\"1\",\"2022-12-14 17:35:26\")',1,'2022-12-14 17:35:28',0,NULL,0,NULL,1),(8738,_binary 'INSERT INTO cw_payroll_formula (formula_for,formula_type, out_column,payroll_formula,formula_mode,round_value,order_by,formula_order,fandf_only,trans_created_by, trans_created_date) VALUES (\"2\",\"1\",\"esi_grs_cond\",\"(@fg@/@md@)*@pd@\",\"2\",\"\",\"\",\"68\",\"0\",\"1\",\"2022-12-14 17:58:07\")',1,'2022-12-14 17:58:14',0,NULL,0,NULL,1),(8739,_binary 'UPDATE cw_form_view_setting SET prime_view_module_id = \'leave_creation\',form_view_type = \'1\',form_view_type_mode = \'null\',form_view_label_name = \'leave_creation\',form_view_heading = \'leave creation\',form_view_for = \'1,2,3,4,5\',view_user_right = \'1,2,4,6,7,8,10,11,12,13\',form_view_show = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-14 20:15:23\' WHERE prime_form_view_id = \'161\'',1,'2022-12-14 20:15:23',0,NULL,0,NULL,1),(8740,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'161\'',1,'2022-12-14 20:15:23',0,NULL,0,NULL,1),(8741,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'161\',prime_module_id = \'leave_creation\' ,field_type = \'5\',label_name = \'mi_component\',view_name = \'Mi Component\',short_name = \'mi component\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_status_mode_id,status_mode_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_status_mode\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'status_mode_value\',field_show = \'0\',field_for = \'1,2,3,4,5\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 09:50:39\' WHERE prime_form_id = \'1171\'',1,'2022-12-15 09:50:39',0,NULL,0,NULL,1),(8742,_binary 'ALTER TABLE cw_leave_creation CHANGE prime_leave_creation_id prime_leave_creation_id int(11) NOT NULL AUTO_INCREMENT,CHANGE paid_leave paid_leave varchar(100) NULL DEFAULT \'0\', CHANGE coff coff varchar(100) NULL DEFAULT \'0\', CHANGE leave_parameter leave_parameter varchar(100) NULL DEFAULT \'0\', CHANGE intervening_type intervening_type varchar(100) NULL DEFAULT \'0\', CHANGE intervening_holidays intervening_holidays varchar(100) NULL DEFAULT \'0\', CHANGE leave_opening leave_opening varchar(100) NULL DEFAULT \'0\', CHANGE mi_component mi_component varchar(100) NULL DEFAULT \'0\', CHANGE leave_category leave_category varchar(100) NULL DEFAULT \'0\', CHANGE leave_description leave_description varchar(255) NULL DEFAULT \'\', CHANGE leave_name leave_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 09:50:39',0,NULL,0,NULL,1),(8743,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'4\',label_name = \'date_of_joining\',view_name = \'Date Of Joining\',short_name = \'Date of Joining\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 11:26:36\' WHERE prime_form_id = \'75\'',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8744,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8745,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8746,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8747,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8748,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8749,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8750,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8751,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8752,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8753,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8754,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8755,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8756,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8757,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8758,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8759,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8760,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8761,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8762,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8763,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8764,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8765,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8766,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8767,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8768,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8769,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8770,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8771,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8772,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8773,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8774,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8775,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8776,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8777,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8778,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8779,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8780,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8781,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8782,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8783,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8784,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8785,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8786,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8787,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8788,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8789,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8790,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-15 11:26:36',0,NULL,0,NULL,1),(8791,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 11:26:37',0,NULL,0,NULL,1),(8792,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 11:26:37',0,NULL,0,NULL,1),(8793,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-15 11:26:37',0,NULL,0,NULL,1),(8794,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-15 11:26:37',0,NULL,0,NULL,1),(8795,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-15 11:26:37',0,NULL,0,NULL,1),(8796,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-15 11:26:37',0,NULL,0,NULL,1),(8797,_binary 'UPDATE cw_role_base_condition SET role_module_id = \"direct_leave_entry\",role_condition_for = \"1,2,4,6,7,8\",user_condition_type = \"readonly\",input_columns = \"component_value,date_of_joining,request_date,shift_name\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-15 12:18:43\" where prime_role_base_condition_id = \"2\"',1,'2022-12-15 12:18:43',0,NULL,0,NULL,1),(8798,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"209\",\"on_duty_reason\",\"On Duty Reason\",\"dynamic\",\"5\",\"5\",\"1,2,3,4,5\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-12-15 04:36:58\")',1,'2022-12-15 16:36:58',0,NULL,0,NULL,1),(8799,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"on_duty_reason\",\"on_duty_reason\")',1,'2022-12-15 16:36:58',0,NULL,0,NULL,1),(8800,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"on_duty_reason\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-12-15 16:36:58',0,NULL,0,NULL,1),(8801,_binary 'INSERT INTO cw_form_view_setting \r\n (prime_view_module_id,form_view_type,form_view_type_mode,form_view_label_name,form_view_heading,form_view_for,view_user_right,form_view_show,form_view_sort,\r\n trans_created_by,trans_created_date) VALUES (\'on_duty_reason\',\'1\',\'\',\'on_duty_reason\',\'On duty reason\',\'1,2,3,4,5\',\'1,2,4,6,7,8,10,11,12,13\',\'1\',\'1\',\'1\',\'2022-12-15 16:38:17\')',1,'2022-12-15 16:38:17',0,NULL,0,NULL,1),(8802,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'8801\'',1,'2022-12-15 16:38:17',0,NULL,0,NULL,1),(8803,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'239\',\'on_duty_reason\',\'1\',\'od_reason\',\'On Duty Reason\',\'on duty reason\',\'2\',\'0\',\'100\',\'0\',\' \',\'1\',\'\',\'1\',\'1\',\'1\',\'1\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2,3,4,5\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-15 16:39:15\')',1,'2022-12-15 16:39:15',0,NULL,0,NULL,1),(8804,_binary 'CREATE TABLE IF NOT EXISTS cw_on_duty_reason(prime_on_duty_reason_id int(11) NOT NULL AUTO_INCREMENT,od_reason varchar(100) NULL DEFAULT \'\', UNIQUE(od_reason), trans_created_by INT(11) NULL DEFAULT \'0\', trans_created_date DATETIME NULL DEFAULT NULL, trans_updated_by INT(11) NULL DEFAULT \'0\', trans_updated_date DATETIME NULL DEFAULT NULL, trans_deleted_by INT(11) NULL DEFAULT \'0\', trans_deleted_date DATETIME NULL DEFAULT NULL,trans_status INT(11) NULL DEFAULT \'1\',PRIMARY KEY (`prime_on_duty_reason_id`))',1,'2022-12-15 16:39:15',0,NULL,0,NULL,1),(8805,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,trans_created_by,trans_created_date) VALUES (\'1\',\'205\',\'direct_leave_entry\',\'5\',\'on_duty_reason\',\'On Duty Reason\',\'on duty reason\',\'0\',\'0\',\'0\',\'0\',\'prime_on_duty_reason_id,od_reason\',\'1\',\'0\',\'0\',\'0\',\'1\',\'31\',\'1\',\'2\',\'cw_on_duty_reason\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2,3,4,5\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'od_reason\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-15 16:43:49\')',1,'2022-12-15 16:43:49',0,NULL,0,NULL,1),(8806,_binary 'ALTER TABLE cw_direct_leave_entry CHANGE prime_direct_leave_entry_id prime_direct_leave_entry_id int(11) NOT NULL AUTO_INCREMENT,ADD on_duty_reason varchar(100) NULL DEFAULT \'0\' AFTER mp_reason, CHANGE mp_reason mp_reason varchar(100) NULL DEFAULT \'0\', CHANGE financial_setting_id financial_setting_id int(10) NULL DEFAULT \'0\', CHANGE contact_no contact_no varchar(100) NULL DEFAULT \'\', CHANGE leaving_station leaving_station varchar(100) NULL DEFAULT \'0\', CHANGE vacation_address vacation_address TEXT NULL, CHANGE reason reason TEXT NULL, CHANGE change_shift change_shift varchar(100) NULL DEFAULT \'0\', CHANGE current_shift current_shift varchar(100) NULL DEFAULT \'0\', CHANGE shift_date shift_date date NULL DEFAULT NULL, CHANGE total_time total_time time NULL DEFAULT NULL, CHANGE out_time out_time time NULL DEFAULT NULL, CHANGE in_time in_time time NULL DEFAULT NULL, CHANGE shift_name shift_name varchar(100) NULL DEFAULT \'0\', CHANGE day_type day_type varchar(100) NULL DEFAULT \'0\', CHANGE out_date out_date date NULL DEFAULT NULL, CHANGE in_date in_date date NULL DEFAULT NULL, CHANGE permission_type permission_type varchar(100) NULL DEFAULT \'0\', CHANGE permission_date permission_date date NULL DEFAULT NULL, CHANGE no_of_days no_of_days decimal(15,2) NULL DEFAULT \'0\', CHANGE to_date_type to_date_type varchar(100) NULL DEFAULT \'0\', CHANGE to_date to_date date NULL DEFAULT NULL, CHANGE from_date_type from_date_type varchar(100) NULL DEFAULT \'0\', CHANGE from_date from_date date NULL DEFAULT NULL, CHANGE leave_balance leave_balance decimal(15,2) NULL DEFAULT \'0\', CHANGE leave_type leave_type varchar(100) NULL DEFAULT \'0\', CHANGE request_type request_type varchar(100) NULL DEFAULT \'0\', CHANGE request_date request_date date NULL DEFAULT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE component_value component_value varchar(100) NULL DEFAULT \'0\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'0\'',1,'2022-12-15 16:43:49',0,NULL,0,NULL,1),(8807,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:24\' WHERE prime_form_id = \'1366\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:24',0,NULL,0,NULL,1),(8808,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:24\' WHERE prime_form_id = \'1365\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:24',0,NULL,0,NULL,1),(8809,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:24\' WHERE prime_form_id = \'1367\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:24',0,NULL,0,NULL,1),(8810,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:24\' WHERE prime_form_id = \'1368\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:24',0,NULL,0,NULL,1),(8811,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:24\' WHERE prime_form_id = \'1369\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:24',0,NULL,0,NULL,1),(8812,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:24\' WHERE prime_form_id = \'1370\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:24',0,NULL,0,NULL,1),(8813,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:24\' WHERE prime_form_id = \'1371\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:24',0,NULL,0,NULL,1),(8814,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:24\' WHERE prime_form_id = \'1372\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:24',0,NULL,0,NULL,1),(8815,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:24\' WHERE prime_form_id = \'1373\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:24',0,NULL,0,NULL,1),(8816,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:24\' WHERE prime_form_id = \'1374\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:24',0,NULL,0,NULL,1),(8817,_binary 'UPDATE cw_form_setting SET field_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:42\' WHERE prime_form_id = \'1365\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:42',0,NULL,0,NULL,1),(8818,_binary 'UPDATE cw_form_setting SET field_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:42\' WHERE prime_form_id = \'1366\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:42',0,NULL,0,NULL,1),(8819,_binary 'UPDATE cw_form_setting SET field_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:42\' WHERE prime_form_id = \'1367\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:42',0,NULL,0,NULL,1),(8820,_binary 'UPDATE cw_form_setting SET field_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:42\' WHERE prime_form_id = \'1368\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:42',0,NULL,0,NULL,1),(8821,_binary 'UPDATE cw_form_setting SET field_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:42\' WHERE prime_form_id = \'1369\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:42',0,NULL,0,NULL,1),(8822,_binary 'UPDATE cw_form_setting SET field_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:42\' WHERE prime_form_id = \'1370\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:42',0,NULL,0,NULL,1),(8823,_binary 'UPDATE cw_form_setting SET field_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:42\' WHERE prime_form_id = \'1371\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:42',0,NULL,0,NULL,1),(8824,_binary 'UPDATE cw_form_setting SET field_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:42\' WHERE prime_form_id = \'1372\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:42',0,NULL,0,NULL,1),(8825,_binary 'UPDATE cw_form_setting SET field_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:42\' WHERE prime_form_id = \'1373\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:42',0,NULL,0,NULL,1),(8826,_binary 'UPDATE cw_form_setting SET field_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 16:54:42\' WHERE prime_form_id = \'1374\' AND prime_module_id = \'direct_leave_entry\' AND input_for = \'205\'',1,'2022-12-15 16:54:42',0,NULL,0,NULL,1),(8827,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'approve_type\',view_name = \'Leave Approve Type\',short_name = \'leave approve type\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_approval_type_id,approval_type\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_approval_type\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'approval_type\',field_show = \'1\',field_for = \'1,2,3,4,5\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 20:58:11\' WHERE prime_form_id = \'1470\'',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8828,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8829,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8830,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8831,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8832,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8833,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8834,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8835,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8836,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8837,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8838,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8839,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8840,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8841,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8842,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8843,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8844,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8845,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8846,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8847,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8848,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8849,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8850,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8851,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8852,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8853,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8854,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8855,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8856,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8857,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8858,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8859,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8860,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8861,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8862,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8863,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8864,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8865,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8866,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8867,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8868,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8869,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8870,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8871,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8872,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8873,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8874,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8875,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8876,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8877,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8878,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8879,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8880,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-15 20:58:11',0,NULL,0,NULL,1),(8881,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'first_level_approval\',view_name = \'First Level Approval\',short_name = \'first level approval\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'employee_code,emp_name\',pick_list_type = \'1\',pick_list_import = \'1\',pick_table = \'cw_employees\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'employee_code,emp_name\',field_show = \'1\',field_for = \'1,2,3,4,5\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 20:58:28\' WHERE prime_form_id = \'1468\'',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8882,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8883,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8884,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8885,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8886,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8887,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8888,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8889,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8890,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8891,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8892,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8893,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8894,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8895,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8896,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8897,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8898,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8899,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8900,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8901,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8902,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8903,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8904,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8905,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8906,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8907,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8908,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8909,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8910,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8911,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8912,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8913,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8914,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8915,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8916,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8917,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8918,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8919,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8920,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8921,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8922,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8923,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8924,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8925,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8926,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8927,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8928,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8929,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8930,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8931,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8932,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8933,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8934,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-15 20:58:28',0,NULL,0,NULL,1),(8935,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'second_level_approval\',view_name = \'Second Level Approval\',short_name = \'second level approval\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'employee_code,emp_name\',pick_list_type = \'1\',pick_list_import = \'1\',pick_table = \'cw_employees\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'employee_code,emp_name\',field_show = \'1\',field_for = \'1,2,3,4,5\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-15 20:58:40\' WHERE prime_form_id = \'1469\'',1,'2022-12-15 20:58:40',0,NULL,0,NULL,1),(8936,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8937,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8938,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8939,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8940,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8941,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8942,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8943,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8944,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8945,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8946,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8947,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8948,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8949,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8950,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8951,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8952,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8953,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8954,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8955,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8956,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8957,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8958,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8959,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8960,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8961,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8962,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8963,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8964,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8965,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8966,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8967,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8968,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8969,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8970,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8971,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8972,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8973,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8974,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8975,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8976,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8977,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8978,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8979,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8980,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8981,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8982,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8983,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8984,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8985,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8986,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8987,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8988,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-15 20:58:41',0,NULL,0,NULL,1),(8989,_binary 'INSERT INTO cw_payroll_formula (formula_for,formula_type, out_column,payroll_formula,formula_mode,round_value,order_by,formula_order,fandf_only,trans_created_by, trans_created_date) VALUES (\"2\",\"1\",\"empr_esi_cond\",\"(@fg@*4.75)/100\",\"2\",\"\",\"\",\"67\",\"0\",\"1\",\"2022-12-16 10:19:12\")',1,'2022-12-16 10:19:13',0,NULL,0,NULL,1),(8990,_binary 'INSERT INTO cw_payroll_formula (formula_for,formula_type, out_column,payroll_formula,formula_mode,round_value,order_by,formula_order,fandf_only,trans_created_by, trans_created_date) VALUES (\"3\",\"1\",\"empr_esi_cond\",\"(@fg@*4.75)/100\",\"2\",\"\",\"\",\"68\",\"0\",\"1\",\"2022-12-16 10:20:45\")',1,'2022-12-16 10:20:46',0,NULL,0,NULL,1),(8991,_binary 'INSERT INTO cw_payroll_formula (formula_for,formula_type, out_column,payroll_formula,formula_mode,round_value,order_by,formula_order,fandf_only,trans_created_by, trans_created_date) VALUES (\"4\",\"1\",\"empr_esi_cond\",\"(@fg@*4.75)/100\",\"2\",\"\",\"\",\"69\",\"0\",\"1\",\"2022-12-16 10:21:29\")',1,'2022-12-16 10:21:30',0,NULL,0,NULL,1),(8992,_binary 'UPDATE cw_payroll_formula SET formula_for = \"3\",formula_type = \"1\",out_column = \"esi_grs\",payroll_formula = \"if(@fg@ > 21000){ return 0; }else{ return @esi_grs_cond@; }\",formula_mode = \"3\",round_value = \"\",order_by = \"0\",fandf_only = \"0\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-16 10:24:48\" where prime_payroll_id = \"274\"',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(8993,_binary 'UPDATE cw_payroll_formula SET formula_order = \"43\" where formula_for = \"3\" and out_column=\"fg\" and formula_order=\"43\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(8994,_binary 'UPDATE cw_payroll_formula SET formula_order = \"67\" where formula_for = \"3\" and out_column = \"esi_grs\" and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(8995,_binary 'UPDATE cw_payroll_formula SET formula_order = \"44\" where formula_for = \"3\" and out_column=\"empr_esi\" and formula_order=\"45\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(8996,_binary 'UPDATE cw_payroll_formula SET formula_order = \"45\" where formula_for = \"3\" and out_column=\"pfamount\" and formula_order=\"46\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(8997,_binary 'UPDATE cw_payroll_formula SET formula_order = \"46\" where formula_for = \"3\" and out_column=\"emlr_pf\" and formula_order=\"47\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(8998,_binary 'UPDATE cw_payroll_formula SET formula_order = \"47\" where formula_for = \"3\" and out_column=\"fnp\" and formula_order=\"48\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(8999,_binary 'UPDATE cw_payroll_formula SET formula_order = \"48\" where formula_for = \"3\" and out_column=\"jan_inc\" and formula_order=\"49\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9000,_binary 'UPDATE cw_payroll_formula SET formula_order = \"49\" where formula_for = \"3\" and out_column=\"ot\" and formula_order=\"50\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9001,_binary 'UPDATE cw_payroll_formula SET formula_order = \"50\" where formula_for = \"3\" and out_column=\"pmota\" and formula_order=\"51\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9002,_binary 'UPDATE cw_payroll_formula SET formula_order = \"51\" where formula_for = \"3\" and out_column=\"sft_alw\" and formula_order=\"52\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9003,_binary 'UPDATE cw_payroll_formula SET formula_order = \"52\" where formula_for = \"3\" and out_column=\"sl_bal\" and formula_order=\"53\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9004,_binary 'UPDATE cw_payroll_formula SET formula_order = \"53\" where formula_for = \"3\" and out_column=\"tl\" and formula_order=\"54\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9005,_binary 'UPDATE cw_payroll_formula SET formula_order = \"54\" where formula_for = \"3\" and out_column=\"ptax\" and formula_order=\"55\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9006,_binary 'UPDATE cw_payroll_formula SET formula_order = \"55\" where formula_for = \"3\" and out_column=\"er_pf\" and formula_order=\"56\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9007,_binary 'UPDATE cw_payroll_formula SET formula_order = \"56\" where formula_for = \"3\" and out_column=\"npra\" and formula_order=\"57\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9008,_binary 'UPDATE cw_payroll_formula SET formula_order = \"57\" where formula_for = \"3\" and out_column=\"esi\" and formula_order=\"58\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9009,_binary 'UPDATE cw_payroll_formula SET formula_order = \"58\" where formula_for = \"3\" and out_column=\"mealcard\" and formula_order=\"60\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9010,_binary 'UPDATE cw_payroll_formula SET formula_order = \"59\" where formula_for = \"3\" and out_column=\"esi_grs_cond\" and formula_order=\"67\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9011,_binary 'UPDATE cw_payroll_formula SET formula_order = \"69\" where formula_for = \"3\" and out_column = \"net_pay\"',1,'2022-12-16 10:24:49',0,NULL,0,NULL,1),(9012,_binary 'UPDATE cw_payroll_formula SET formula_for = \"2\",formula_type = \"1\",out_column = \"esi_grs\",payroll_formula = \"if(@fg@ > 21000){ return 0; }else{ return @esi_grs_cond@; }\",formula_mode = \"3\",round_value = \"\",order_by = \"0\",fandf_only = \"0\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-16 10:25:17\" where prime_payroll_id = \"125\"',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9013,_binary 'UPDATE cw_payroll_formula SET formula_order = \"43\" where formula_for = \"2\" and out_column=\"fg\" and formula_order=\"43\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9014,_binary 'UPDATE cw_payroll_formula SET formula_order = \"66\" where formula_for = \"2\" and out_column = \"esi_grs\" and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9015,_binary 'UPDATE cw_payroll_formula SET formula_order = \"44\" where formula_for = \"2\" and out_column=\"empr_esi\" and formula_order=\"45\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9016,_binary 'UPDATE cw_payroll_formula SET formula_order = \"45\" where formula_for = \"2\" and out_column=\"pfamount\" and formula_order=\"46\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9017,_binary 'UPDATE cw_payroll_formula SET formula_order = \"46\" where formula_for = \"2\" and out_column=\"emlr_pf\" and formula_order=\"47\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9018,_binary 'UPDATE cw_payroll_formula SET formula_order = \"47\" where formula_for = \"2\" and out_column=\"fnp\" and formula_order=\"48\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9019,_binary 'UPDATE cw_payroll_formula SET formula_order = \"48\" where formula_for = \"2\" and out_column=\"jan_inc\" and formula_order=\"49\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9020,_binary 'UPDATE cw_payroll_formula SET formula_order = \"49\" where formula_for = \"2\" and out_column=\"ot\" and formula_order=\"50\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9021,_binary 'UPDATE cw_payroll_formula SET formula_order = \"50\" where formula_for = \"2\" and out_column=\"pmota\" and formula_order=\"51\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9022,_binary 'UPDATE cw_payroll_formula SET formula_order = \"51\" where formula_for = \"2\" and out_column=\"sft_alw\" and formula_order=\"52\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9023,_binary 'UPDATE cw_payroll_formula SET formula_order = \"52\" where formula_for = \"2\" and out_column=\"sl_bal\" and formula_order=\"53\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9024,_binary 'UPDATE cw_payroll_formula SET formula_order = \"53\" where formula_for = \"2\" and out_column=\"tl\" and formula_order=\"54\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9025,_binary 'UPDATE cw_payroll_formula SET formula_order = \"54\" where formula_for = \"2\" and out_column=\"ptax\" and formula_order=\"55\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9026,_binary 'UPDATE cw_payroll_formula SET formula_order = \"55\" where formula_for = \"2\" and out_column=\"er_pf\" and formula_order=\"56\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9027,_binary 'UPDATE cw_payroll_formula SET formula_order = \"56\" where formula_for = \"2\" and out_column=\"npra\" and formula_order=\"57\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9028,_binary 'UPDATE cw_payroll_formula SET formula_order = \"57\" where formula_for = \"2\" and out_column=\"esi\" and formula_order=\"58\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9029,_binary 'UPDATE cw_payroll_formula SET formula_order = \"58\" where formula_for = \"2\" and out_column=\"mealcard\" and formula_order=\"64\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9030,_binary 'UPDATE cw_payroll_formula SET formula_order = \"59\" where formula_for = \"2\" and out_column=\"esi_grs_cond\" and formula_order=\"66\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9031,_binary 'UPDATE cw_payroll_formula SET formula_order = \"68\" where formula_for = \"2\" and out_column = \"net_pay\"',1,'2022-12-16 10:25:19',0,NULL,0,NULL,1),(9032,_binary 'UPDATE cw_payroll_formula SET formula_for = \"4\",formula_type = \"1\",out_column = \"esi_grs\",payroll_formula = \"if(@fg@ > 21000){ return 0; }else{ return @esi_grs_cond@; }\",formula_mode = \"3\",round_value = \"\",order_by = \"0\",fandf_only = \"0\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-16 10:25:53\" where prime_payroll_id = \"529\"',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9033,_binary 'UPDATE cw_payroll_formula SET formula_order = \"43\" where formula_for = \"4\" and out_column=\"fg\" and formula_order=\"43\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9034,_binary 'UPDATE cw_payroll_formula SET formula_order = \"68\" where formula_for = \"4\" and out_column = \"esi_grs\" and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9035,_binary 'UPDATE cw_payroll_formula SET formula_order = \"44\" where formula_for = \"4\" and out_column=\"empr_esi\" and formula_order=\"45\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9036,_binary 'UPDATE cw_payroll_formula SET formula_order = \"45\" where formula_for = \"4\" and out_column=\"pfamount\" and formula_order=\"46\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9037,_binary 'UPDATE cw_payroll_formula SET formula_order = \"46\" where formula_for = \"4\" and out_column=\"emlr_pf\" and formula_order=\"47\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9038,_binary 'UPDATE cw_payroll_formula SET formula_order = \"47\" where formula_for = \"4\" and out_column=\"fnp\" and formula_order=\"48\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9039,_binary 'UPDATE cw_payroll_formula SET formula_order = \"48\" where formula_for = \"4\" and out_column=\"jan_inc\" and formula_order=\"49\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9040,_binary 'UPDATE cw_payroll_formula SET formula_order = \"49\" where formula_for = \"4\" and out_column=\"ot\" and formula_order=\"50\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9041,_binary 'UPDATE cw_payroll_formula SET formula_order = \"50\" where formula_for = \"4\" and out_column=\"pmota\" and formula_order=\"51\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9042,_binary 'UPDATE cw_payroll_formula SET formula_order = \"51\" where formula_for = \"4\" and out_column=\"sft_alw\" and formula_order=\"52\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9043,_binary 'UPDATE cw_payroll_formula SET formula_order = \"52\" where formula_for = \"4\" and out_column=\"sl_bal\" and formula_order=\"53\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9044,_binary 'UPDATE cw_payroll_formula SET formula_order = \"53\" where formula_for = \"4\" and out_column=\"tl\" and formula_order=\"54\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9045,_binary 'UPDATE cw_payroll_formula SET formula_order = \"54\" where formula_for = \"4\" and out_column=\"ptax\" and formula_order=\"55\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9046,_binary 'UPDATE cw_payroll_formula SET formula_order = \"55\" where formula_for = \"4\" and out_column=\"er_pf\" and formula_order=\"56\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9047,_binary 'UPDATE cw_payroll_formula SET formula_order = \"56\" where formula_for = \"4\" and out_column=\"npra\" and formula_order=\"57\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9048,_binary 'UPDATE cw_payroll_formula SET formula_order = \"57\" where formula_for = \"4\" and out_column=\"esi\" and formula_order=\"58\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9049,_binary 'UPDATE cw_payroll_formula SET formula_order = \"58\" where formula_for = \"4\" and out_column=\"mealcard\" and formula_order=\"60\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9050,_binary 'UPDATE cw_payroll_formula SET formula_order = \"59\" where formula_for = \"4\" and out_column=\"esi_grs_cond\" and formula_order=\"68\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9051,_binary 'UPDATE cw_payroll_formula SET formula_order = \"70\" where formula_for = \"4\" and out_column = \"net_pay\"',1,'2022-12-16 10:25:54',0,NULL,0,NULL,1),(9052,_binary 'UPDATE cw_payroll_formula SET formula_for = \"2\",formula_type = \"1\",out_column = \"empr_esi\",payroll_formula = \"if(@fg@ > 21000){ return 0; }else{ return @empr_esi_cond@; }\",formula_mode = \"3\",round_value = \"\",order_by = \"0\",fandf_only = \"0\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-16 10:27:58\" where prime_payroll_id = \"123\"',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9053,_binary 'UPDATE cw_payroll_formula SET formula_order = \"43\" where formula_for = \"2\" and out_column=\"fg\" and formula_order=\"43\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9054,_binary 'UPDATE cw_payroll_formula SET formula_order = \"67\" where formula_for = \"2\" and out_column = \"empr_esi\" and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9055,_binary 'UPDATE cw_payroll_formula SET formula_order = \"44\" where formula_for = \"2\" and out_column=\"pfamount\" and formula_order=\"45\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9056,_binary 'UPDATE cw_payroll_formula SET formula_order = \"45\" where formula_for = \"2\" and out_column=\"emlr_pf\" and formula_order=\"46\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9057,_binary 'UPDATE cw_payroll_formula SET formula_order = \"46\" where formula_for = \"2\" and out_column=\"fnp\" and formula_order=\"47\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9058,_binary 'UPDATE cw_payroll_formula SET formula_order = \"47\" where formula_for = \"2\" and out_column=\"jan_inc\" and formula_order=\"48\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9059,_binary 'UPDATE cw_payroll_formula SET formula_order = \"48\" where formula_for = \"2\" and out_column=\"ot\" and formula_order=\"49\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9060,_binary 'UPDATE cw_payroll_formula SET formula_order = \"49\" where formula_for = \"2\" and out_column=\"pmota\" and formula_order=\"50\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9061,_binary 'UPDATE cw_payroll_formula SET formula_order = \"50\" where formula_for = \"2\" and out_column=\"sft_alw\" and formula_order=\"51\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9062,_binary 'UPDATE cw_payroll_formula SET formula_order = \"51\" where formula_for = \"2\" and out_column=\"sl_bal\" and formula_order=\"52\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9063,_binary 'UPDATE cw_payroll_formula SET formula_order = \"52\" where formula_for = \"2\" and out_column=\"tl\" and formula_order=\"53\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9064,_binary 'UPDATE cw_payroll_formula SET formula_order = \"53\" where formula_for = \"2\" and out_column=\"ptax\" and formula_order=\"54\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9065,_binary 'UPDATE cw_payroll_formula SET formula_order = \"54\" where formula_for = \"2\" and out_column=\"er_pf\" and formula_order=\"55\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9066,_binary 'UPDATE cw_payroll_formula SET formula_order = \"55\" where formula_for = \"2\" and out_column=\"npra\" and formula_order=\"56\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9067,_binary 'UPDATE cw_payroll_formula SET formula_order = \"56\" where formula_for = \"2\" and out_column=\"esi\" and formula_order=\"57\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9068,_binary 'UPDATE cw_payroll_formula SET formula_order = \"57\" where formula_for = \"2\" and out_column=\"mealcard\" and formula_order=\"58\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9069,_binary 'UPDATE cw_payroll_formula SET formula_order = \"58\" where formula_for = \"2\" and out_column=\"esi_grs_cond\" and formula_order=\"59\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9070,_binary 'UPDATE cw_payroll_formula SET formula_order = \"59\" where formula_for = \"2\" and out_column=\"esi_grs\" and formula_order=\"66\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9071,_binary 'UPDATE cw_payroll_formula SET formula_order = \"60\" where formula_for = \"2\" and out_column=\"empr_esi_cond\" and formula_order=\"67\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9072,_binary 'UPDATE cw_payroll_formula SET formula_order = \"68\" where formula_for = \"2\" and out_column = \"net_pay\"',1,'2022-12-16 10:27:59',0,NULL,0,NULL,1),(9073,_binary 'UPDATE cw_payroll_formula SET formula_for = \"3\",formula_type = \"1\",out_column = \"empr_esi\",payroll_formula = \"if(@fg@ > 21000){ return 0; }else{ return @empr_esi_cond@; }\",formula_mode = \"3\",round_value = \"\",order_by = \"0\",fandf_only = \"0\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-16 10:29:47\" where prime_payroll_id = \"272\"',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9074,_binary 'UPDATE cw_payroll_formula SET formula_order = \"43\" where formula_for = \"3\" and out_column=\"fg\" and formula_order=\"43\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9075,_binary 'UPDATE cw_payroll_formula SET formula_order = \"68\" where formula_for = \"3\" and out_column = \"empr_esi\" and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9076,_binary 'UPDATE cw_payroll_formula SET formula_order = \"44\" where formula_for = \"3\" and out_column=\"pfamount\" and formula_order=\"45\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9077,_binary 'UPDATE cw_payroll_formula SET formula_order = \"45\" where formula_for = \"3\" and out_column=\"emlr_pf\" and formula_order=\"46\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9078,_binary 'UPDATE cw_payroll_formula SET formula_order = \"46\" where formula_for = \"3\" and out_column=\"fnp\" and formula_order=\"47\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9079,_binary 'UPDATE cw_payroll_formula SET formula_order = \"47\" where formula_for = \"3\" and out_column=\"jan_inc\" and formula_order=\"48\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9080,_binary 'UPDATE cw_payroll_formula SET formula_order = \"48\" where formula_for = \"3\" and out_column=\"ot\" and formula_order=\"49\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9081,_binary 'UPDATE cw_payroll_formula SET formula_order = \"49\" where formula_for = \"3\" and out_column=\"pmota\" and formula_order=\"50\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9082,_binary 'UPDATE cw_payroll_formula SET formula_order = \"50\" where formula_for = \"3\" and out_column=\"sft_alw\" and formula_order=\"51\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9083,_binary 'UPDATE cw_payroll_formula SET formula_order = \"51\" where formula_for = \"3\" and out_column=\"sl_bal\" and formula_order=\"52\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9084,_binary 'UPDATE cw_payroll_formula SET formula_order = \"52\" where formula_for = \"3\" and out_column=\"tl\" and formula_order=\"53\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9085,_binary 'UPDATE cw_payroll_formula SET formula_order = \"53\" where formula_for = \"3\" and out_column=\"ptax\" and formula_order=\"54\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9086,_binary 'UPDATE cw_payroll_formula SET formula_order = \"54\" where formula_for = \"3\" and out_column=\"er_pf\" and formula_order=\"55\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9087,_binary 'UPDATE cw_payroll_formula SET formula_order = \"55\" where formula_for = \"3\" and out_column=\"npra\" and formula_order=\"56\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9088,_binary 'UPDATE cw_payroll_formula SET formula_order = \"56\" where formula_for = \"3\" and out_column=\"esi\" and formula_order=\"57\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9089,_binary 'UPDATE cw_payroll_formula SET formula_order = \"57\" where formula_for = \"3\" and out_column=\"mealcard\" and formula_order=\"58\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9090,_binary 'UPDATE cw_payroll_formula SET formula_order = \"58\" where formula_for = \"3\" and out_column=\"esi_grs_cond\" and formula_order=\"59\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9091,_binary 'UPDATE cw_payroll_formula SET formula_order = \"59\" where formula_for = \"3\" and out_column=\"esi_grs\" and formula_order=\"67\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9092,_binary 'UPDATE cw_payroll_formula SET formula_order = \"60\" where formula_for = \"3\" and out_column=\"empr_esi_cond\" and formula_order=\"68\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9093,_binary 'UPDATE cw_payroll_formula SET formula_order = \"69\" where formula_for = \"3\" and out_column = \"net_pay\"',1,'2022-12-16 10:29:48',0,NULL,0,NULL,1),(9094,_binary 'UPDATE cw_payroll_formula SET formula_for = \"4\",formula_type = \"1\",out_column = \"empr_esi\",payroll_formula = \"if(@fg@ > 21000){ return 0; }else{ return @empr_esi_cond@; }\",formula_mode = \"3\",round_value = \"\",order_by = \"0\",fandf_only = \"0\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-16 10:30:36\" where prime_payroll_id = \"527\"',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9095,_binary 'UPDATE cw_payroll_formula SET formula_order = \"43\" where formula_for = \"4\" and out_column=\"fg\" and formula_order=\"43\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9096,_binary 'UPDATE cw_payroll_formula SET formula_order = \"69\" where formula_for = \"4\" and out_column = \"empr_esi\" and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9097,_binary 'UPDATE cw_payroll_formula SET formula_order = \"44\" where formula_for = \"4\" and out_column=\"pfamount\" and formula_order=\"45\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9098,_binary 'UPDATE cw_payroll_formula SET formula_order = \"45\" where formula_for = \"4\" and out_column=\"emlr_pf\" and formula_order=\"46\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9099,_binary 'UPDATE cw_payroll_formula SET formula_order = \"46\" where formula_for = \"4\" and out_column=\"fnp\" and formula_order=\"47\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9100,_binary 'UPDATE cw_payroll_formula SET formula_order = \"47\" where formula_for = \"4\" and out_column=\"jan_inc\" and formula_order=\"48\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9101,_binary 'UPDATE cw_payroll_formula SET formula_order = \"48\" where formula_for = \"4\" and out_column=\"ot\" and formula_order=\"49\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9102,_binary 'UPDATE cw_payroll_formula SET formula_order = \"49\" where formula_for = \"4\" and out_column=\"pmota\" and formula_order=\"50\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9103,_binary 'UPDATE cw_payroll_formula SET formula_order = \"50\" where formula_for = \"4\" and out_column=\"sft_alw\" and formula_order=\"51\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9104,_binary 'UPDATE cw_payroll_formula SET formula_order = \"51\" where formula_for = \"4\" and out_column=\"sl_bal\" and formula_order=\"52\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9105,_binary 'UPDATE cw_payroll_formula SET formula_order = \"52\" where formula_for = \"4\" and out_column=\"tl\" and formula_order=\"53\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9106,_binary 'UPDATE cw_payroll_formula SET formula_order = \"53\" where formula_for = \"4\" and out_column=\"ptax\" and formula_order=\"54\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9107,_binary 'UPDATE cw_payroll_formula SET formula_order = \"54\" where formula_for = \"4\" and out_column=\"er_pf\" and formula_order=\"55\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9108,_binary 'UPDATE cw_payroll_formula SET formula_order = \"55\" where formula_for = \"4\" and out_column=\"npra\" and formula_order=\"56\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9109,_binary 'UPDATE cw_payroll_formula SET formula_order = \"56\" where formula_for = \"4\" and out_column=\"esi\" and formula_order=\"57\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9110,_binary 'UPDATE cw_payroll_formula SET formula_order = \"57\" where formula_for = \"4\" and out_column=\"mealcard\" and formula_order=\"58\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9111,_binary 'UPDATE cw_payroll_formula SET formula_order = \"58\" where formula_for = \"4\" and out_column=\"esi_grs_cond\" and formula_order=\"59\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9112,_binary 'UPDATE cw_payroll_formula SET formula_order = \"59\" where formula_for = \"4\" and out_column=\"esi_grs\" and formula_order=\"68\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9113,_binary 'UPDATE cw_payroll_formula SET formula_order = \"60\" where formula_for = \"4\" and out_column=\"empr_esi_cond\" and formula_order=\"69\" and formula_mode !=1 and trans_status = 1',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9114,_binary 'UPDATE cw_payroll_formula SET formula_order = \"70\" where formula_for = \"4\" and out_column = \"net_pay\"',1,'2022-12-16 10:30:37',0,NULL,0,NULL,1),(9115,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\',input_for = \'6\',prime_module_id = \'professional_tax\' ,field_type = \'5\',label_name = \'location\',view_name = \'Location\',short_name = \'\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_professional_tax_location_id,professional_tax_location\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_professional_tax_location\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'professional_tax_location\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'0\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-17 17:31:22\' WHERE prime_form_id = \'19\'',1,'2022-12-17 17:31:22',0,NULL,0,NULL,1),(9116,_binary 'ALTER TABLE cw_professional_tax CHANGE prime_professional_tax_id prime_professional_tax_id int(11) NOT NULL AUTO_INCREMENT,CHANGE ptax_deduction_month_second ptax_deduction_month_second varchar(100) NULL DEFAULT \'\', CHANGE osm_second_end osm_second_end varchar(100) NULL DEFAULT \'\', CHANGE osm_second_start osm_second_start varchar(100) NULL DEFAULT \'\', CHANGE ptax_deduction_month_first ptax_deduction_month_first varchar(100) NULL DEFAULT \'\', CHANGE osm_first_end osm_first_end varchar(100) NULL DEFAULT \'\', CHANGE osm_first_start osm_first_start varchar(100) NULL DEFAULT \'\', CHANGE calculation_period calculation_period varchar(100) NULL DEFAULT \'\', CHANGE location location varchar(100) NULL DEFAULT \'0\'',1,'2022-12-17 17:31:22',0,NULL,0,NULL,1),(9117,_binary 'UPDATE cw_zct_3 SET cw_zct_3_status = \"0\"',1,'2022-12-17 17:31:22',0,NULL,0,NULL,1),(9118,_binary 'UPDATE cw_zct_3 SET cw_zct_3_status = \"1\" WHERE FIND_IN_SET(cw_zct_3_value,\"By Formula,By Monthly,Once in Six Month\")',1,'2022-12-17 17:31:22',0,NULL,0,NULL,1),(9119,_binary 'UPDATE cw_zct_3 SET cw_zct_3_status = \"1\" WHERE FIND_IN_SET(cw_zct_3_value,\"By Formula,By Monthly,Once in Six Month\")',1,'2022-12-17 17:31:22',0,NULL,0,NULL,1),(9120,_binary 'UPDATE cw_zct_3 SET cw_zct_3_status = \"1\" WHERE FIND_IN_SET(cw_zct_3_value,\"By Formula,By Monthly,Once in Six Month\")',1,'2022-12-17 17:31:22',0,NULL,0,NULL,1),(9121,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'role\',view_name = \'Category\',short_name = \'category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-17 18:06:05\' WHERE prime_form_id = \'1\'',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9122,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9123,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9124,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9125,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9126,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9127,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9128,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9129,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9130,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9131,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9132,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9133,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9134,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9135,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9136,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9137,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9138,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9139,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9140,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9141,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9142,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9143,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9144,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9145,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9146,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9147,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9148,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9149,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9150,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9151,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9152,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9153,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9154,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9155,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9156,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9157,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9158,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9159,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9160,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9161,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9162,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9163,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9164,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9165,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9166,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9167,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9168,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9169,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9170,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9171,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9172,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9173,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9174,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:06:05',0,NULL,0,NULL,1),(9175,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'employee_code\',view_name = \'Employee Code\',short_name = \'Code\',text_type = \'2\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'1\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'1\',picklist_data = \'0\',duplicate_data = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-17 18:06:22\' WHERE prime_form_id = \'2\'',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9176,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9177,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9178,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9179,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9180,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9181,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9182,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9183,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9184,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9185,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9186,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9187,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9188,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9189,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9190,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9191,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9192,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9193,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9194,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9195,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9196,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9197,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9198,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9199,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9200,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9201,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9202,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9203,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9204,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9205,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9206,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9207,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9208,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9209,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9210,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9211,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9212,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9213,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9214,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9215,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9216,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9217,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9218,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9219,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9220,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9221,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9222,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9223,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9224,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9225,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9226,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9227,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9228,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:06:22',0,NULL,0,NULL,1),(9229,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'4\',label_name = \'date_of_joining\',view_name = \'Date Of Joining\',short_name = \'Date of Joining\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-17 18:06:37\' WHERE prime_form_id = \'75\'',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1);
INSERT INTO `cw_all_setting_queries` (`prime_all_setting_queries_id`, `all_setting_query`, `trans_created_by`, `trans_created_date`, `trans_updated_by`, `trans_updated_date`, `trans_deleted_by`, `trans_deleted_date`, `trans_status`) VALUES (9230,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9231,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9232,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9233,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9234,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9235,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9236,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9237,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9238,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9239,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9240,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9241,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9242,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9243,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9244,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9245,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9246,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9247,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9248,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9249,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9250,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9251,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9252,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9253,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9254,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9255,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9256,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9257,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9258,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9259,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9260,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9261,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9262,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9263,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9264,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9265,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9266,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9267,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9268,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9269,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9270,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9271,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9272,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9273,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9274,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9275,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9276,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9277,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9278,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9279,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9280,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9281,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:06:37',0,NULL,0,NULL,1),(9282,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:06:38',0,NULL,0,NULL,1),(9283,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_name\',view_name = \'Employee Name\',short_name = \'Employee Name\',text_type = \'1\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-17 18:06:50\' WHERE prime_form_id = \'3\'',1,'2022-12-17 18:06:50',0,NULL,0,NULL,1),(9284,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9285,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9286,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9287,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9288,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9289,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9290,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9291,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9292,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9293,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9294,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9295,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9296,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9297,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9298,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9299,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9300,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9301,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9302,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9303,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9304,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9305,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9306,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9307,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9308,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9309,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9310,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9311,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9312,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9313,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9314,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9315,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9316,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9317,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9318,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9319,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9320,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9321,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9322,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9323,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9324,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9325,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9326,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9327,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9328,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9329,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9330,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9331,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9332,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9333,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9334,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9335,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9336,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:06:51',0,NULL,0,NULL,1),(9337,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'69\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'termination_status\',view_name = \'Employee Status\',short_name = \'Employee Status\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \'prime_active_status_id,active_status_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_active_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'active_status_value\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'1\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-17 18:07:06\' WHERE prime_form_id = \'428\'',1,'2022-12-17 18:07:06',0,NULL,0,NULL,1),(9338,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9339,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9340,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9341,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9342,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9343,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9344,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9345,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9346,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9347,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9348,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9349,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9350,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9351,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9352,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9353,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9354,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9355,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9356,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9357,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9358,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9359,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9360,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9361,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9362,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9363,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9364,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9365,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9366,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9367,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9368,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9369,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9370,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9371,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9372,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9373,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9374,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9375,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9376,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9377,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9378,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9379,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9380,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9381,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9382,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9383,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9384,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9385,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9386,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9387,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9388,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9389,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9390,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:07:07',0,NULL,0,NULL,1),(9391,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'user_right\',view_name = \'User Right\',short_name = \'User Right\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_user_role_id,role_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_user_role\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'3\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'role_name\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-17 18:07:21\' WHERE prime_form_id = \'662\'',1,'2022-12-17 18:07:21',0,NULL,0,NULL,1),(9392,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9393,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9394,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9395,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9396,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9397,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9398,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9399,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9400,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9401,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9402,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9403,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9404,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9405,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9406,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9407,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9408,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9409,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9410,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9411,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9412,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9413,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9414,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9415,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9416,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9417,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9418,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9419,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9420,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9421,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9422,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9423,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9424,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9425,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9426,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9427,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9428,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9429,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9430,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9431,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9432,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9433,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9434,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9435,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9436,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9437,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9438,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9439,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9440,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9441,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9442,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9443,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9444,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:07:22',0,NULL,0,NULL,1),(9445,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'device_code\',view_name = \'Thumb No\',short_name = \'Thumb No\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'1\',pick_display_value = \'\',field_show = \'0\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-17 18:07:53\' WHERE prime_form_id = \'788\'',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9446,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE target target int(10) NULL DEFAULT \'0\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE referedby referedby varchar(50) NULL DEFAULT \'\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\', CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL, CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcode fcode varchar(50) NULL DEFAULT \'\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE client_name client_name varchar(50) NULL DEFAULT \'\', CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE place place varchar(50) NULL DEFAULT \'\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE save_type save_type int(10) NULL DEFAULT \'0\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE house_no house_no varchar(50) NULL DEFAULT \'\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE landmark landmark varchar(50) NULL DEFAULT \'\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE post_office post_office varchar(50) NULL DEFAULT \'\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE district district varchar(50) NULL DEFAULT \'\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE country country varchar(50) NULL DEFAULT \'\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE care_of care_of varchar(50) NULL DEFAULT \'\', CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_city present_city varchar(100) NULL DEFAULT \'\', CHANGE village_town village_town varchar(50) NULL DEFAULT \'\', CHANGE other_certifications other_certifications TEXT NULL, CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE city city varchar(150) NULL DEFAULT \'\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\', CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport_proof passport_proof TEXT NULL, CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE address address varchar(255) NULL DEFAULT \'\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE street street varchar(50) NULL DEFAULT \'\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE passport passport varchar(50) NULL DEFAULT \'\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE present_address present_address varchar(100) NULL DEFAULT \'\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE state state varchar(100) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE increm increm TEXT NULL, CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL, CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\', CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\', CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE incdate incdate date NULL DEFAULT NULL, CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\', CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\', CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\', CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincdate firincdate date NULL DEFAULT NULL, CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\', CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\', CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\', CHANGE retirement_date retirement_date date NULL DEFAULT NULL, CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE firincper firincper varchar(50) NULL DEFAULT \'\', CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL, CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL, CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\', CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\', CHANGE grade grade varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL, CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\', CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\', CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\', CHANGE dow dow date NULL DEFAULT NULL, CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE location location varchar(100) NULL DEFAULT \'0\', CHANGE hr_remark hr_remark TEXT NULL, CHANGE conf_date conf_date date NULL DEFAULT NULL, CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL, CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE permanent_address permanent_address TEXT NULL, CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\', CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\', CHANGE manager_remark manager_remark TEXT NULL, CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE team team varchar(50) NULL DEFAULT \'\', CHANGE pan_card_proof pan_card_proof TEXT NULL, CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\', CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\', CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\', CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_proof aadhar_proof TEXT NULL, CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\', CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL, CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL, CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\', CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\', CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gender gender varchar(100) NULL DEFAULT \'0\', CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\', CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\', CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE separation_reason separation_reason TEXT NULL, CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\', CHANGE aadhar_image aadhar_image TEXT NULL, CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL, CHANGE last_working_date last_working_date date NULL DEFAULT NULL, CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\', CHANGE education_proof education_proof TEXT NULL, CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL, CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL, CHANGE address_proof address_proof TEXT NULL, CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\', CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL, CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\', CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\', CHANGE id_proof id_proof TEXT NULL, CHANGE device_code device_code varchar(50) NULL DEFAULT \'\', ADD UNIQUE(device_code),CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\', CHANGE children children int(10) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL, CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL, CHANGE profile_picture profile_picture TEXT NULL, CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\', CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\', CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9447,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9448,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9449,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9450,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9451,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9452,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9453,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9454,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9455,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9456,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9457,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9458,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9459,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9460,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9461,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9462,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9463,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9464,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9465,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9466,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9467,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9468,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9469,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9470,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9471,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9472,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9473,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9474,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9475,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9476,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9477,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9478,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9479,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9480,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9481,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9482,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9483,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9484,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9485,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9486,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9487,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9488,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9489,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9490,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-17 18:07:53',0,NULL,0,NULL,1),(9491,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:07:54',0,NULL,0,NULL,1),(9492,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-17 18:07:54',0,NULL,0,NULL,1),(9493,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:07:54',0,NULL,0,NULL,1),(9494,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-17 18:07:54',0,NULL,0,NULL,1),(9495,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:07:54',0,NULL,0,NULL,1),(9496,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-17 18:07:54',0,NULL,0,NULL,1),(9497,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:07:54',0,NULL,0,NULL,1),(9498,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-17 18:07:54',0,NULL,0,NULL,1),(9499,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'33\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'pan_number\',view_name = \'PAN Number\',short_name = \'PAN Number\',text_type = \'2\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-18 13:19:51\' WHERE prime_form_id = \'129\'',1,'2022-12-18 13:19:51',0,NULL,0,NULL,1),(9500,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'device_code\',view_name = \'Thumb No\',short_name = \'Thumb No\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'1\',pick_display_value = \'\',field_show = \'0\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-18 13:23:49\' WHERE prime_form_id = \'788\'',1,'2022-12-18 13:23:49',0,NULL,0,NULL,1),(9501,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'aadhar_card_no\',view_name = \'Aadhar Card Number\',short_name = \'Aadhar Card Number\',text_type = \'2\',date_type = \'0\',field_length = \'12\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-18 13:40:15\' WHERE prime_form_id = \'695\'',1,'2022-12-18 13:40:15',0,NULL,0,NULL,1),(9502,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'33\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'pan_number\',view_name = \'PAN Number\',short_name = \'PAN Number\',text_type = \'2\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-19 11:43:02\' WHERE prime_form_id = \'129\'',1,'2022-12-19 11:43:02',0,NULL,0,NULL,1),(9503,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'33\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'pan_number\',view_name = \'PAN Number\',short_name = \'PAN Number\',text_type = \'2\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-19 11:47:47\' WHERE prime_form_id = \'129\'',1,'2022-12-19 11:47:47',0,NULL,0,NULL,1),(9504,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'device_code\',view_name = \'Thumb No\',short_name = \'Thumb No\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'1\',pick_display_value = \'\',field_show = \'0\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-19 11:50:30\' WHERE prime_form_id = \'788\'',1,'2022-12-19 11:50:30',0,NULL,0,NULL,1),(9505,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'aadhar_card_no\',view_name = \'Aadhar Card Number\',short_name = \'Aadhar Card Number\',text_type = \'2\',date_type = \'0\',field_length = \'12\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-19 11:52:20\' WHERE prime_form_id = \'695\'',1,'2022-12-19 11:52:20',0,NULL,0,NULL,1),(9506,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'32\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'aadhar_card_no\',view_name = \'Aadhar Card Number\',short_name = \'Aadhar Card Number\',text_type = \'2\',date_type = \'0\',field_length = \'12\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-19 11:55:10\' WHERE prime_form_id = \'695\'',1,'2022-12-19 11:55:10',0,NULL,0,NULL,1),(9507,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_name\',view_name = \'Employee Name\',short_name = \'Employee Name\',text_type = \'1\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-20 18:25:34\' WHERE prime_form_id = \'3\'',1,'2022-12-20 18:25:34',0,NULL,0,NULL,1),(9508,_binary 'INSERT INTO cw_payroll_function_map ( loc_name, db_column,trans_created_by, trans_created_date) VALUES (\"pt_gross\",\"fpt_gross\",\"1\",\"2022-12-22 00:21:09\")',1,'2022-12-22 00:21:09',0,NULL,0,NULL,1),(9509,_binary 'UPDATE cw_payroll_function_map SET loc_name = \"pt_gross\",db_column = \"ept_gross\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-22 00:21:38\" where payroll_column_map_id = \"7\"',1,'2022-12-22 00:21:38',0,NULL,0,NULL,1),(9510,_binary 'UPDATE cw_payroll_function_map SET loc_name = \"month_days\",db_column = \"md\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-22 00:22:46\" where payroll_column_map_id = \"3\"',1,'2022-12-22 00:22:46',0,NULL,0,NULL,1),(9511,_binary 'UPDATE cw_payroll_function_map SET loc_name = \"professional_tax_amount\",db_column = \"ptax\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-22 00:23:09\" where payroll_column_map_id = \"1\"',1,'2022-12-22 00:23:09',0,NULL,0,NULL,1),(9512,_binary 'update cw_payroll_formula set trans_status = 0 where prime_payroll_id=\"26\" and formula_mode = 1',1,'2022-12-22 00:25:33',0,NULL,0,NULL,1),(9513,_binary 'INSERT INTO cw_payroll_formula (formula_for,formula_type, out_column,payroll_formula,formula_mode,round_value,order_by,formula_order,fandf_only,trans_created_by, trans_created_date) VALUES (\"2\",\"1\",\"fb\",\"@fb@\",\"1\",\"1\",\"0\",\"1\",\"0\",\"1\",\"2022-12-22 00:25:32\")',1,'2022-12-22 00:25:34',0,NULL,0,NULL,1),(9514,_binary 'update cw_payroll_formula set formula_order=formula_order+1 where formula_for = \"2\" and formula_order >=\"1\" and trans_status=1 and formula_mode !=1',1,'2022-12-22 00:25:34',0,NULL,0,NULL,1),(9515,_binary 'update cw_payroll_formula set formula_order=\"1\" where formula_for = \"2\" and out_column =\"fb\" and trans_status=1 and formula_mode !=1',1,'2022-12-22 00:25:34',0,NULL,0,NULL,1),(9516,_binary 'UPDATE cw_payroll_formula SET formula_for = \"4\",formula_type = \"2\",out_column = \"pfamount\",payroll_formula = \"(((@pfgtot@*@pfsts@)*12)/100)\",formula_mode = \"2\",round_value = \"1\",order_by = \"0\",fandf_only = \"0\",trans_updated_by = \"1\",trans_updated_date = \"2022-12-22 00:25:52\" where prime_payroll_id = \"540\"',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9517,_binary 'UPDATE cw_payroll_formula SET formula_order = \"1\" where formula_for = \"4\" and out_column=\"ahra\" and formula_order=\"1\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9518,_binary 'UPDATE cw_payroll_formula SET formula_order = \"2\" where formula_for = \"4\" and out_column=\"alta\" and formula_order=\"2\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9519,_binary 'UPDATE cw_payroll_formula SET formula_order = \"3\" where formula_for = \"4\" and out_column=\"axg\" and formula_order=\"3\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9520,_binary 'UPDATE cw_payroll_formula SET formula_order = \"4\" where formula_for = \"4\" and out_column=\"aoth_alw\" and formula_order=\"4\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9521,_binary 'UPDATE cw_payroll_formula SET formula_order = \"5\" where formula_for = \"4\" and out_column=\"ag\" and formula_order=\"5\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9522,_binary 'UPDATE cw_payroll_formula SET formula_order = \"6\" where formula_for = \"4\" and out_column=\"cl_bal\" and formula_order=\"6\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9523,_binary 'UPDATE cw_payroll_formula SET formula_order = \"7\" where formula_for = \"4\" and out_column=\"pd\" and formula_order=\"7\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9524,_binary 'UPDATE cw_payroll_formula SET formula_order = \"8\" where formula_for = \"4\" and out_column=\"conv\" and formula_order=\"8\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9525,_binary 'UPDATE cw_payroll_formula SET formula_order = \"9\" where formula_for = \"4\" and out_column=\"eattire\" and formula_order=\"9\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9526,_binary 'UPDATE cw_payroll_formula SET formula_order = \"10\" where formula_for = \"4\" and out_column=\"eb\" and formula_order=\"10\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9527,_binary 'UPDATE cw_payroll_formula SET formula_order = \"11\" where formula_for = \"4\" and out_column=\"ecea\" and formula_order=\"11\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9528,_binary 'UPDATE cw_payroll_formula SET formula_order = \"12\" where formula_for = \"4\" and out_column=\"flta\" and formula_order=\"12\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9529,_binary 'UPDATE cw_payroll_formula SET formula_order = \"13\" where formula_for = \"4\" and out_column=\"elta\" and formula_order=\"13\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9530,_binary 'UPDATE cw_payroll_formula SET formula_order = \"14\" where formula_for = \"4\" and out_column=\"emed\" and formula_order=\"14\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9531,_binary 'UPDATE cw_payroll_formula SET formula_order = \"15\" where formula_for = \"4\" and out_column=\"epa\" and formula_order=\"15\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9532,_binary 'UPDATE cw_payroll_formula SET formula_order = \"16\" where formula_for = \"4\" and out_column=\"ephone\" and formula_order=\"16\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9533,_binary 'UPDATE cw_payroll_formula SET formula_order = \"17\" where formula_for = \"4\" and out_column=\"epp\" and formula_order=\"17\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9534,_binary 'UPDATE cw_payroll_formula SET formula_order = \"18\" where formula_for = \"4\" and out_column=\"fxg\" and formula_order=\"18\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9535,_binary 'UPDATE cw_payroll_formula SET formula_order = \"19\" where formula_for = \"4\" and out_column=\"exg\" and formula_order=\"19\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9536,_binary 'UPDATE cw_payroll_formula SET formula_order = \"20\" where formula_for = \"4\" and out_column=\"fctc\" and formula_order=\"20\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9537,_binary 'UPDATE cw_payroll_formula SET formula_order = \"21\" where formula_for = \"4\" and out_column=\"fhra\" and formula_order=\"21\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9538,_binary 'UPDATE cw_payroll_formula SET formula_order = \"22\" where formula_for = \"4\" and out_column=\"fininc\" and formula_order=\"22\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9539,_binary 'UPDATE cw_payroll_formula SET formula_order = \"23\" where formula_for = \"4\" and out_column=\"food\" and formula_order=\"23\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9540,_binary 'UPDATE cw_payroll_formula SET formula_order = \"24\" where formula_for = \"4\" and out_column=\"hra\" and formula_order=\"24\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9541,_binary 'UPDATE cw_payroll_formula SET formula_order = \"25\" where formula_for = \"4\" and out_column=\"lev_encashrate\" and formula_order=\"25\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9542,_binary 'UPDATE cw_payroll_formula SET formula_order = \"26\" where formula_for = \"4\" and out_column=\"lev_encashamt\" and formula_order=\"26\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9543,_binary 'UPDATE cw_payroll_formula SET formula_order = \"27\" where formula_for = \"4\" and out_column=\"loyalbon\" and formula_order=\"27\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9544,_binary 'UPDATE cw_payroll_formula SET formula_order = \"28\" where formula_for = \"4\" and out_column=\"m_sft_alw\" and formula_order=\"28\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9545,_binary 'UPDATE cw_payroll_formula SET formula_order = \"29\" where formula_for = \"4\" and out_column=\"mealallo\" and formula_order=\"29\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9546,_binary 'UPDATE cw_payroll_formula SET formula_order = \"30\" where formula_for = \"4\" and out_column=\"ot_rate\" and formula_order=\"30\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9547,_binary 'UPDATE cw_payroll_formula SET formula_order = \"31\" where formula_for = \"4\" and out_column=\"eot\" and formula_order=\"31\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9548,_binary 'UPDATE cw_payroll_formula SET formula_order = \"32\" where formula_for = \"4\" and out_column=\"ot_maxhrs\" and formula_order=\"32\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9549,_binary 'UPDATE cw_payroll_formula SET formula_order = \"33\" where formula_for = \"4\" and out_column=\"fpfgt\" and formula_order=\"33\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9550,_binary 'UPDATE cw_payroll_formula SET formula_order = \"34\" where formula_for = \"4\" and out_column=\"fpfg\" and formula_order=\"34\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9551,_binary 'UPDATE cw_payroll_formula SET formula_order = \"35\" where formula_for = \"4\" and out_column=\"fepf\" and formula_order=\"35\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9552,_binary 'UPDATE cw_payroll_formula SET formula_order = \"36\" where formula_for = \"4\" and out_column=\"foa\" and formula_order=\"36\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9553,_binary 'UPDATE cw_payroll_formula SET formula_order = \"37\" where formula_for = \"4\" and out_column=\"oth_alw\" and formula_order=\"37\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9554,_binary 'UPDATE cw_payroll_formula SET formula_order = \"38\" where formula_for = \"4\" and out_column=\"eg\" and formula_order=\"38\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9555,_binary 'UPDATE cw_payroll_formula SET formula_order = \"39\" where formula_for = \"4\" and out_column=\"pfgtot\" and formula_order=\"39\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9556,_binary 'UPDATE cw_payroll_formula SET formula_order = \"40\" where formula_for = \"4\" and out_column=\"pfg\" and formula_order=\"40\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9557,_binary 'UPDATE cw_payroll_formula SET formula_order = \"41\" where formula_for = \"4\" and out_column=\"cpf\" and formula_order=\"41\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9558,_binary 'UPDATE cw_payroll_formula SET formula_order = \"42\" where formula_for = \"4\" and out_column=\"ctc\" and formula_order=\"42\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9559,_binary 'UPDATE cw_payroll_formula SET formula_order = \"43\" where formula_for = \"4\" and out_column=\"fg\" and formula_order=\"43\" and formula_mode !=1 and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9560,_binary 'UPDATE cw_payroll_formula SET formula_order = \"44\" where formula_for = \"4\" and out_column = \"pfamount\" and trans_status = 1',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9561,_binary 'UPDATE cw_payroll_formula SET formula_order = \"70\" where formula_for = \"4\" and out_column = \"net_pay\"',1,'2022-12-22 00:25:54',0,NULL,0,NULL,1),(9562,_binary 'update cw_payroll_formula set trans_status = 0 where prime_payroll_id=\"28\" and formula_mode = 1',1,'2022-12-22 00:27:14',0,NULL,0,NULL,1),(9563,_binary 'INSERT INTO cw_payroll_formula (formula_for,formula_type, out_column,payroll_formula,formula_mode,round_value,order_by,formula_order,fandf_only,trans_created_by, trans_created_date) VALUES (\"2\",\"1\",\"fcea\",\"@fcea@\",\"1\",\"\",\"0\",\"1\",\"0\",\"1\",\"2022-12-22 00:27:14\")',1,'2022-12-22 00:27:15',0,NULL,0,NULL,1),(9564,_binary 'update cw_payroll_formula set formula_order=formula_order+1 where formula_for = \"2\" and formula_order >=\"1\" and trans_status=1 and formula_mode !=1',1,'2022-12-22 00:27:15',0,NULL,0,NULL,1),(9565,_binary 'update cw_payroll_formula set formula_order=\"1\" where formula_for = \"2\" and out_column =\"fcea\" and trans_status=1 and formula_mode !=1',1,'2022-12-22 00:27:15',0,NULL,0,NULL,1),(9566,_binary 'INSERT INTO cw_payroll_function_map ( loc_name, db_column,trans_created_by, trans_created_date) VALUES (\"fixed_basic\",\"fb\",\"1\",\"2022-12-22 09:41:17\")',1,'2022-12-22 09:41:17',0,NULL,0,NULL,1),(9567,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9568,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9569,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9570,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9571,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9572,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9573,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9574,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9575,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9576,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9577,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9578,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9579,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9580,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9581,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9582,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9583,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9584,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9585,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9586,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9587,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9588,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9589,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9590,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9591,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9592,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9593,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9594,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9595,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9596,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9597,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9598,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9599,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9600,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9601,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9602,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9603,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9604,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9605,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9606,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9607,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9608,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9609,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9610,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9611,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9612,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9613,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9614,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9615,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9616,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9617,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9618,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9619,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9620,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9621,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9622,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9623,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9624,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9625,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9626,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9627,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:24\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:24',0,NULL,0,NULL,1),(9628,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9629,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9630,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9631,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9632,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9633,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9634,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9635,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9636,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9637,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9638,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9639,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9640,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9641,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9642,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9643,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9644,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9645,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9646,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9647,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9648,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9649,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9650,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9651,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9652,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9653,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9654,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9655,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9656,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9657,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9658,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9659,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9660,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9661,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9662,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9663,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9664,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9665,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9666,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9667,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9668,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9669,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9670,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9671,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9672,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9673,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9674,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9675,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9676,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9677,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9678,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9679,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9680,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9681,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9682,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9683,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9684,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9685,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9686,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9687,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9688,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9689,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9690,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9691,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9692,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9693,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9694,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9695,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9696,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9697,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9698,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9699,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9700,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9701,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9702,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9703,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9704,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9705,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9706,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9707,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9708,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9709,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9710,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9711,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9712,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9713,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9714,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9715,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9716,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9717,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9718,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9719,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9720,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9721,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9722,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9723,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9724,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9725,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9726,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9727,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9728,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9729,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9730,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9731,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9732,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9733,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:25\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:25',0,NULL,0,NULL,1),(9734,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9735,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9736,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9737,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9738,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9739,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9740,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9741,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9742,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9743,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9744,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9745,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9746,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9747,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9748,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9749,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9750,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9751,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9752,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9753,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9754,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9755,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9756,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9757,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9758,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9759,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9760,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9761,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9762,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9763,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9764,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9765,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9766,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9767,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9768,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9769,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9770,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9771,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9772,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9773,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9774,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9775,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9776,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9777,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9778,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9779,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9780,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9781,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9782,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9783,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9784,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9785,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9786,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9787,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9788,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9789,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9790,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9791,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9792,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9793,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9794,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9795,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9796,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9797,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9798,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9799,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9800,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9801,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9802,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9803,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9804,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9805,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9806,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9807,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9808,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9809,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9810,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9811,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9812,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9813,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9814,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9815,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9816,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9817,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9818,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9819,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9820,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9821,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9822,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9823,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9824,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9825,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9826,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9827,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9828,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9829,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9830,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9831,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9832,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9833,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9834,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9835,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9836,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9837,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9838,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9839,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9840,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9841,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9842,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9843,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9844,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9845,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9846,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9847,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9848,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9849,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9850,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9851,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9852,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9853,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9854,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9855,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9856,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9857,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9858,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9859,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9860,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9861,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9862,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9863,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9864,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9865,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9866,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9867,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9868,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9869,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9870,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9871,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9872,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9873,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9874,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9875,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9876,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9877,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9878,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9879,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9880,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9881,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9882,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9883,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9884,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9885,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9886,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9887,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9888,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9889,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9890,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9891,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9892,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9893,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9894,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9895,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9896,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9897,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9898,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9899,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9900,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:27\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:27',0,NULL,0,NULL,1),(9901,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9902,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9903,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9904,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9905,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9906,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9907,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9908,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9909,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9910,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9911,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9912,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9913,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9914,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9915,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9916,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9917,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9918,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9919,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9920,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9921,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9922,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9923,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9924,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9925,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9926,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9927,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9928,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9929,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9930,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9931,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9932,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9933,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9934,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9935,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9936,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9937,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9938,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9939,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9940,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9941,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9942,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9943,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9944,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9945,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9946,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9947,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9948,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9949,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9950,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9951,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9952,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9953,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9954,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9955,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9956,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9957,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9958,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9959,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9960,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9961,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9962,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9963,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9964,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9965,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9966,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9967,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9968,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9969,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9970,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9971,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9972,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9973,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9974,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9975,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9976,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9977,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9978,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9979,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9980,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9981,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9982,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9983,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9984,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9985,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9986,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9987,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9988,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9989,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9990,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9991,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9992,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9993,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9994,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9995,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9996,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9997,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9998,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(9999,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10000,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10001,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10002,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10003,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10004,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10005,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10006,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10007,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10008,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10009,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10010,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10011,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10012,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10013,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10014,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10015,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10016,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10017,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10018,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10019,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10020,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10021,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10022,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10023,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10024,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10025,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10026,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10027,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10028,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10029,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10030,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10031,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10032,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10033,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10034,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10035,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10036,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10037,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10038,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10039,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10040,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10041,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10042,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10043,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10044,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10045,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10046,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10047,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10048,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10049,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10050,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10051,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10052,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10053,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10054,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10055,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10056,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10057,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10058,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10059,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10060,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10061,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10062,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10063,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10064,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10065,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10066,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10067,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:29\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:29',0,NULL,0,NULL,1),(10068,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:51:33',0,NULL,0,NULL,1),(10069,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10070,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10071,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10072,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10073,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10074,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10075,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10076,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10077,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10078,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10079,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10080,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10081,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10082,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10083,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10084,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10085,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10086,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10087,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10088,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10089,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10090,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10091,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10092,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10093,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10094,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10095,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10096,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10097,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10098,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10099,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10100,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10101,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10102,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10103,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10104,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10105,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10106,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10107,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10108,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10109,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10110,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10111,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10112,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10113,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10114,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10115,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10116,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10117,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10118,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10119,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10120,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10121,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10122,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10123,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10124,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10125,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10126,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10127,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10128,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10129,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10130,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10131,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10132,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10133,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10134,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10135,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10136,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10137,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10138,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10139,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10140,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10141,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10142,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10143,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10144,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10145,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10146,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10147,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10148,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10149,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10150,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10151,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10152,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10153,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10154,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10155,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10156,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10157,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10158,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10159,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10160,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10161,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10162,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10163,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10164,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10165,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10166,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10167,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10168,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10169,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10170,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10171,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10172,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10173,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10174,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10175,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10176,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10177,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10178,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10179,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10180,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10181,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10182,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10183,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10184,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10185,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10186,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10187,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10188,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10189,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10190,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10191,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10192,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10193,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10194,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10195,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10196,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10197,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10198,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10199,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10200,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10201,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10202,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10203,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10204,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10205,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10206,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10207,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10208,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10209,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10210,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10211,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10212,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10213,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10214,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10215,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10216,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10217,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10218,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10219,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10220,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10221,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10222,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10223,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10224,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10225,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10226,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10227,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10228,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10229,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10230,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10231,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10232,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10233,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10234,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:34\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:34',0,NULL,0,NULL,1),(10235,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10236,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10237,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10238,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10239,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10240,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10241,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10242,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10243,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10244,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10245,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10246,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10247,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10248,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10249,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10250,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10251,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10252,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10253,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10254,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10255,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10256,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10257,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10258,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10259,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10260,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10261,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10262,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10263,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10264,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10265,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10266,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10267,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10268,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10269,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10270,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10271,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10272,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10273,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10274,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10275,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10276,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10277,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10278,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10279,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10280,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10281,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10282,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10283,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10284,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10285,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10286,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10287,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10288,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10289,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10290,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10291,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10292,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10293,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10294,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10295,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10296,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10297,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10298,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10299,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10300,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10301,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10302,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10303,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10304,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10305,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10306,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10307,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10308,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10309,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10310,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10311,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10312,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10313,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10314,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10315,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10316,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10317,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10318,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10319,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10320,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10321,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10322,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10323,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10324,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10325,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10326,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10327,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10328,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10329,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10330,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10331,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10332,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10333,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10334,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10335,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10336,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10337,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10338,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10339,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10340,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10341,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10342,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10343,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10344,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10345,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10346,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10347,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10348,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10349,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10350,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10351,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10352,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10353,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10354,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10355,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10356,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10357,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10358,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10359,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10360,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10361,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10362,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10363,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10364,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10365,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10366,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10367,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10368,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10369,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10370,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10371,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10372,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10373,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10374,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10375,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10376,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10377,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10378,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10379,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10380,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10381,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10382,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10383,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10384,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10385,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10386,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10387,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10388,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10389,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10390,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10391,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10392,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10393,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10394,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10395,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10396,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10397,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10398,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10399,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10400,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10401,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:37\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:37',0,NULL,0,NULL,1),(10402,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10403,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10404,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10405,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10406,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10407,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10408,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10409,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10410,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10411,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10412,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10413,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10414,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10415,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10416,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10417,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10418,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10419,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10420,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10421,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10422,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10423,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10424,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10425,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10426,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10427,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10428,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10429,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10430,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10431,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10432,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10433,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10434,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10435,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10436,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10437,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10438,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10439,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10440,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10441,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10442,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10443,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10444,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10445,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10446,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10447,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10448,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10449,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10450,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10451,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10452,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10453,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10454,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10455,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10456,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10457,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10458,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10459,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10460,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10461,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10462,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10463,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10464,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10465,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10466,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:44\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:44',0,NULL,0,NULL,1),(10467,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10468,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10469,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10470,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10471,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10472,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10473,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10474,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10475,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10476,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10477,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10478,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10479,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10480,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10481,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10482,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10483,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10484,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10485,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10486,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10487,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10488,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10489,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10490,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10491,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10492,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10493,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10494,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10495,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10496,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10497,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10498,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10499,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10500,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10501,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10502,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10503,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10504,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10505,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10506,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10507,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10508,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10509,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10510,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10511,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10512,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10513,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10514,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10515,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10516,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10517,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10518,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10519,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10520,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10521,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10522,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10523,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10524,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10525,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10526,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10527,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10528,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10529,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10530,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10531,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10532,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10533,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10534,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10535,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10536,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10537,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10538,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10539,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10540,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10541,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10542,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10543,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10544,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10545,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10546,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10547,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10548,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10549,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10550,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10551,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10552,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10553,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10554,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10555,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10556,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10557,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10558,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10559,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10560,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10561,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10562,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10563,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10564,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10565,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10566,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10567,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10568,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:51:45\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:51:45',0,NULL,0,NULL,1),(10569,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10570,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10571,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10572,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10573,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10574,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10575,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10576,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10577,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10578,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10579,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10580,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10581,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10582,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10583,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10584,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10585,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10586,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10587,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10588,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10589,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10590,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10591,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10592,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10593,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10594,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10595,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10596,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10597,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10598,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10599,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10600,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10601,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10602,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10603,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10604,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10605,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10606,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10607,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10608,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10609,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10610,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10611,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10612,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10613,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10614,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10615,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10616,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10617,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10618,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10619,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10620,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10621,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10622,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10623,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10624,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10625,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10626,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10627,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10628,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10629,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10630,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10631,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10632,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10633,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10634,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10635,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10636,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10637,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10638,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10639,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10640,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10641,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10642,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10643,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10644,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10645,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10646,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10647,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10648,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10649,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10650,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10651,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10652,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10653,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10654,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10655,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10656,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10657,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10658,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10659,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10660,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10661,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10662,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10663,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10664,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10665,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10666,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10667,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10668,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10669,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10670,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10671,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10672,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10673,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10674,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10675,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10676,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10677,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10678,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10679,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10680,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10681,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10682,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10683,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:07\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:07',0,NULL,0,NULL,1),(10684,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10685,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10686,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10687,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10688,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10689,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10690,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10691,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10692,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10693,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10694,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10695,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10696,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10697,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10698,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10699,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10700,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10701,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10702,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10703,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10704,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10705,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10706,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10707,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10708,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10709,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10710,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10711,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10712,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10713,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10714,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10715,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10716,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10717,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10718,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10719,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10720,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10721,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10722,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10723,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10724,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10725,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10726,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10727,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10728,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10729,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10730,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10731,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10732,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10733,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10734,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10735,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10736,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10737,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10738,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10739,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10740,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10741,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10742,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10743,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10744,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10745,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10746,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10747,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10748,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10749,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10750,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10751,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10752,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10753,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10754,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10755,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10756,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10757,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10758,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10759,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10760,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10761,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10762,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10763,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10764,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10765,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10766,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10767,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10768,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10769,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10770,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10771,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10772,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10773,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10774,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10775,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10776,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10777,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10778,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10779,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10780,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10781,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10782,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10783,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10784,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10785,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10786,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10787,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10788,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10789,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10790,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10791,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10792,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10793,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10794,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10795,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10796,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10797,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10798,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10799,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10800,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10801,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10802,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10803,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10804,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10805,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10806,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10807,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10808,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10809,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10810,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10811,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10812,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10813,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10814,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10815,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10816,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10817,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10818,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10819,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10820,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10821,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10822,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10823,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10824,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10825,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10826,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10827,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10828,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10829,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10830,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10831,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10832,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10833,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10834,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10835,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10836,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10837,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10838,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10839,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10840,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10841,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10842,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10843,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10844,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10845,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10846,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10847,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10848,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10849,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10850,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10851,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10852,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10853,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10854,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10855,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10856,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10857,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10858,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10859,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10860,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10861,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10862,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10863,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10864,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10865,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10866,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10867,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10868,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10869,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10870,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10871,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10872,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10873,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10874,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10875,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10876,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10877,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10878,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10879,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10880,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10881,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10882,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10883,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10884,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10885,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10886,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10887,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10888,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10889,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10890,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10891,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10892,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10893,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10894,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10895,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10896,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10897,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10898,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10899,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10900,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10901,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10902,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:08\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:08',0,NULL,0,NULL,1),(10903,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10904,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10905,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10906,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10907,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10908,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10909,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10910,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10911,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10912,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10913,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10914,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10915,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10916,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10917,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10918,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10919,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10920,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10921,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10922,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10923,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10924,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10925,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10926,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10927,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10928,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10929,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:25\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:25',0,NULL,0,NULL,1),(10930,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10931,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10932,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10933,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10934,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10935,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10936,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10937,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10938,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10939,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10940,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10941,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10942,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10943,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10944,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10945,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10946,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10947,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10948,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10949,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10950,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10951,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10952,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10953,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10954,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10955,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10956,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10957,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10958,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10959,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10960,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10961,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10962,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10963,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10964,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10965,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10966,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10967,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10968,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10969,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10970,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10971,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10972,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10973,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10974,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10975,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10976,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10977,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10978,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10979,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10980,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10981,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10982,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10983,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10984,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10985,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10986,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10987,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10988,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10989,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10990,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10991,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10992,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10993,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10994,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10995,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10996,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10997,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10998,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(10999,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11000,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11001,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11002,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11003,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11004,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11005,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11006,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11007,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11008,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11009,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11010,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11011,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11012,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11013,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11014,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11015,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11016,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11017,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11018,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11019,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11020,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11021,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11022,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11023,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11024,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11025,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11026,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11027,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11028,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11029,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11030,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11031,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11032,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11033,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11034,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11035,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11036,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11037,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11038,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11039,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11040,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11041,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11042,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11043,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11044,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11045,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11046,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11047,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11048,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11049,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11050,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11051,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11052,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11053,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11054,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11055,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11056,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11057,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11058,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11059,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11060,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11061,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11062,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11063,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11064,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11065,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11066,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11067,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11068,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11069,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11070,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11071,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11072,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11073,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11074,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11075,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11076,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11077,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11078,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11079,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11080,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11081,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11082,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11083,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11084,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11085,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11086,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11087,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11088,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11089,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11090,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11091,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11092,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11093,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11094,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11095,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11096,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11097,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11098,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11099,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11100,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11101,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11102,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11103,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11104,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11105,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11106,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11107,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11108,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11109,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11110,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11111,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11112,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11113,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11114,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11115,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11116,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11117,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11118,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11119,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11120,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11121,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11122,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11123,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11124,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11125,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11126,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11127,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11128,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11129,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11130,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11131,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11132,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11133,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11134,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11135,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11136,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11137,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11138,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11139,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11140,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11141,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11142,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11143,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11144,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11145,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11146,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11147,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11148,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11149,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11150,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11151,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11152,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11153,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11154,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11155,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11156,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11157,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11158,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11159,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11160,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11161,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11162,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11163,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11164,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11165,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11166,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11167,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11168,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11169,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11170,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11171,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11172,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11173,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11174,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11175,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11176,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11177,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11178,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11179,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11180,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11181,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11182,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11183,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11184,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11185,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11186,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11187,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11188,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11189,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11190,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11191,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11192,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11193,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11194,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11195,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11196,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11197,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11198,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11199,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11200,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11201,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11202,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11203,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11204,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11205,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11206,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11207,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11208,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11209,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11210,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11211,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11212,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11213,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11214,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11215,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11216,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11217,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11218,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11219,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11220,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11221,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11222,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11223,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11224,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11225,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11226,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11227,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11228,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11229,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11230,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:26\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:26',0,NULL,0,NULL,1),(11231,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:27\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:27',0,NULL,0,NULL,1),(11232,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:27\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:27',0,NULL,0,NULL,1),(11233,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:27\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:27',0,NULL,0,NULL,1),(11234,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:27\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:27',0,NULL,0,NULL,1),(11235,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:27\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:27',0,NULL,0,NULL,1),(11236,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:27\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:27',0,NULL,0,NULL,1),(11237,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11238,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11239,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11240,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11241,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11242,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11243,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11244,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11245,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11246,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11247,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11248,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11249,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11250,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11251,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11252,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11253,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11254,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11255,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11256,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11257,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11258,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11259,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11260,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11261,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11262,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11263,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11264,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11265,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11266,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11267,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11268,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11269,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11270,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11271,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11272,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11273,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11274,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11275,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11276,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11277,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:39\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:39',0,NULL,0,NULL,1),(11278,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11279,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11280,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11281,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11282,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11283,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11284,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11285,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11286,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11287,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11288,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11289,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11290,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11291,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11292,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11293,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11294,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11295,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11296,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11297,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11298,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11299,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11300,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11301,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11302,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11303,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11304,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11305,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11306,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11307,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11308,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11309,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11310,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11311,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11312,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11313,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11314,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11315,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11316,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11317,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11318,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11319,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11320,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11321,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11322,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11323,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11324,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11325,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11326,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11327,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11328,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11329,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11330,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11331,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11332,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11333,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11334,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11335,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11336,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11337,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11338,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11339,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11340,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11341,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11342,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11343,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11344,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11345,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11346,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11347,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11348,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11349,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11350,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11351,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11352,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11353,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11354,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11355,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11356,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11357,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11358,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11359,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11360,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11361,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11362,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11363,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11364,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11365,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11366,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11367,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11368,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11369,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11370,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11371,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11372,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11373,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11374,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11375,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11376,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11377,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11378,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11379,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11380,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11381,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11382,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11383,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11384,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11385,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11386,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11387,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11388,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11389,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11390,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11391,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11392,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11393,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11394,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11395,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11396,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11397,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11398,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11399,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11400,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11401,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11402,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11403,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11404,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11405,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11406,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11407,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11408,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11409,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11410,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11411,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11412,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11413,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11414,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11415,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11416,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11417,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11418,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11419,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11420,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11421,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11422,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11423,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11424,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11425,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11426,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11427,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11428,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11429,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11430,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11431,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11432,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11433,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11434,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11435,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11436,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11437,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11438,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11439,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11440,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11441,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11442,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11443,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11444,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11445,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11446,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11447,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11448,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11449,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11450,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11451,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11452,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11453,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11454,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11455,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11456,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11457,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11458,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11459,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11460,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11461,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11462,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11463,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11464,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11465,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11466,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11467,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11468,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11469,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11470,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11471,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11472,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11473,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11474,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11475,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11476,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11477,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11478,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11479,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11480,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11481,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11482,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11483,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11484,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11485,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11486,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11487,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11488,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11489,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11490,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11491,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11492,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11493,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11494,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11495,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11496,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11497,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11498,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11499,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11500,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11501,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11502,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11503,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11504,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11505,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11506,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11507,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11508,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11509,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11510,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11511,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11512,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11513,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11514,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11515,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11516,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11517,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11518,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11519,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11520,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11521,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11522,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11523,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11524,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11525,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11526,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11527,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11528,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11529,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11530,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11531,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11532,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11533,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11534,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11535,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11536,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11537,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11538,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11539,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11540,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11541,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11542,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11543,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11544,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11545,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11546,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11547,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11548,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11549,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11550,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11551,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11552,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11553,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11554,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11555,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11556,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11557,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11558,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11559,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11560,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11561,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11562,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11563,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11564,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11565,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11566,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11567,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11568,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11569,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11570,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:40\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:40',0,NULL,0,NULL,1),(11571,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11572,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11573,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11574,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11575,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11576,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11577,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11578,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11579,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11580,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11581,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11582,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11583,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11584,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11585,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11586,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11587,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11588,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11589,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11590,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11591,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11592,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11593,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11594,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11595,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11596,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11597,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11598,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11599,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11600,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11601,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11602,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11603,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11604,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11605,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11606,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11607,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11608,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11609,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11610,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11611,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11612,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11613,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11614,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11615,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11616,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11617,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11618,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11619,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11620,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11621,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11622,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11623,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11624,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11625,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11626,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11627,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11628,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11629,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11630,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11631,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11632,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11633,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11634,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11635,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11636,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11637,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11638,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11639,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11640,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11641,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11642,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11643,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11644,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11645,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11646,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11647,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11648,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11649,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11650,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11651,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11652,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11653,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11654,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11655,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11656,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11657,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11658,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11659,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11660,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11661,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11662,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11663,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11664,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11665,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11666,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11667,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11668,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11669,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11670,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11671,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11672,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11673,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11674,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11675,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11676,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11677,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11678,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11679,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11680,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11681,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11682,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11683,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11684,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11685,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11686,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11687,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11688,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11689,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11690,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11691,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11692,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11693,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11694,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11695,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11696,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11697,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11698,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11699,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11700,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11701,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11702,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11703,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11704,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11705,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11706,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11707,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11708,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11709,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11710,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11711,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11712,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11713,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11714,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11715,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11716,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11717,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11718,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11719,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11720,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11721,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11722,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11723,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11724,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11725,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11726,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11727,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11728,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11729,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11730,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11731,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11732,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11733,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11734,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11735,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11736,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11737,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11738,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11739,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11740,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11741,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11742,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11743,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11744,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11745,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11746,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11747,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11748,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11749,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11750,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11751,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11752,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11753,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11754,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11755,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11756,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11757,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11758,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11759,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11760,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11761,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11762,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11763,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11764,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11765,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11766,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11767,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11768,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11769,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11770,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11771,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11772,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11773,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11774,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11775,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11776,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11777,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11778,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11779,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11780,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11781,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11782,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11783,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11784,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11785,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11786,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11787,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11788,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11789,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11790,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11791,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11792,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11793,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11794,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11795,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11796,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11797,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11798,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11799,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11800,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11801,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11802,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11803,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11804,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11805,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11806,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11807,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11808,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11809,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11810,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11811,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11812,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11813,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11814,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11815,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11816,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11817,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11818,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11819,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11820,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11821,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11822,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11823,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11824,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11825,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11826,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11827,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11828,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11829,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11830,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11831,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11832,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:47\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:47',0,NULL,0,NULL,1),(11833,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11834,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11835,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11836,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11837,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11838,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11839,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11840,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11841,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11842,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11843,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11844,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11845,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11846,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11847,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11848,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11849,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11850,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11851,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11852,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11853,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11854,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11855,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11856,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11857,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11858,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11859,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11860,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11861,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11862,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11863,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11864,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11865,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11866,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11867,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11868,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11869,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11870,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11871,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11872,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11873,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11874,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11875,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11876,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11877,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11878,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11879,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11880,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11881,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11882,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11883,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11884,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11885,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11886,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11887,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11888,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11889,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11890,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11891,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11892,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11893,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11894,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11895,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11896,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11897,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11898,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11899,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11900,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11901,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11902,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11903,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11904,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:48\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:48',0,NULL,0,NULL,1),(11905,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11906,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11907,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11908,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11909,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11910,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11911,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11912,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11913,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11914,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11915,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11916,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11917,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11918,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11919,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11920,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11921,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11922,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11923,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11924,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11925,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11926,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11927,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11928,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11929,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11930,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11931,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11932,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11933,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11934,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11935,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11936,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11937,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11938,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11939,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11940,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11941,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11942,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11943,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11944,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11945,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11946,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11947,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11948,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11949,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11950,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11951,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11952,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11953,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11954,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11955,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11956,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11957,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11958,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11959,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11960,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11961,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11962,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11963,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11964,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11965,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11966,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11967,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11968,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11969,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11970,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11971,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11972,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11973,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11974,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11975,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11976,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11977,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11978,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11979,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11980,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11981,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11982,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11983,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11984,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11985,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11986,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11987,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11988,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11989,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1);
INSERT INTO `cw_all_setting_queries` (`prime_all_setting_queries_id`, `all_setting_query`, `trans_created_by`, `trans_created_date`, `trans_updated_by`, `trans_updated_date`, `trans_deleted_by`, `trans_deleted_date`, `trans_status`) VALUES (11990,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11991,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11992,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11993,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11994,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11995,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11996,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11997,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11998,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(11999,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12000,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12001,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12002,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12003,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12004,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12005,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12006,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12007,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12008,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12009,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12010,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12011,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12012,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12013,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12014,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12015,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12016,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12017,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12018,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12019,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12020,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12021,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12022,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12023,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12024,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12025,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12026,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12027,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12028,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12029,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12030,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12031,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12032,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12033,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12034,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12035,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12036,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12037,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12038,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12039,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:58\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:58',0,NULL,0,NULL,1),(12040,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12041,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12042,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12043,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12044,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12045,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12046,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12047,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12048,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12049,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12050,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12051,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12052,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12053,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12054,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12055,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12056,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12057,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12058,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12059,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12060,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12061,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12062,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12063,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12064,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12065,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12066,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12067,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12068,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12069,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12070,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12071,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12072,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12073,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12074,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12075,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12076,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12077,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12078,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12079,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12080,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12081,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12082,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12083,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12084,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12085,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12086,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12087,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12088,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12089,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12090,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12091,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12092,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12093,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12094,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12095,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12096,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12097,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12098,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12099,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12100,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12101,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12102,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12103,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12104,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12105,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12106,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12107,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12108,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12109,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12110,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12111,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12112,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12113,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12114,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12115,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12116,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12117,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12118,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12119,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12120,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12121,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12122,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12123,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12124,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12125,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12126,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12127,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12128,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12129,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12130,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12131,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12132,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12133,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12134,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12135,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12136,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12137,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12138,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12139,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12140,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12141,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12142,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12143,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12144,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12145,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12146,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12147,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12148,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12149,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12150,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12151,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12152,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12153,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12154,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12155,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12156,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12157,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12158,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12159,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12160,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12161,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12162,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12163,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12164,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12165,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12166,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12167,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12168,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12169,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12170,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12171,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12172,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12173,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12174,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12175,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12176,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12177,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12178,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12179,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12180,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12181,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12182,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12183,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12184,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12185,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12186,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12187,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12188,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12189,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12190,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12191,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12192,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12193,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12194,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12195,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12196,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12197,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12198,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12199,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12200,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12201,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12202,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12203,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12204,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12205,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12206,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12207,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12208,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12209,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12210,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12211,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12212,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12213,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12214,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12215,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12216,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12217,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12218,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12219,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12220,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12221,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12222,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12223,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12224,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12225,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12226,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12227,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12228,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12229,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12230,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12231,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12232,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12233,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12234,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12235,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12236,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12237,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12238,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:53:59\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:53:59',0,NULL,0,NULL,1),(12239,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12240,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12241,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12242,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12243,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12244,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12245,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12246,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12247,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12248,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12249,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12250,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12251,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12252,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12253,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12254,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12255,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12256,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12257,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12258,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12259,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12260,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12261,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12262,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12263,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12264,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12265,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12266,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12267,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12268,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12269,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12270,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12271,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12272,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12273,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12274,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12275,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12276,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12277,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12278,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12279,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12280,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12281,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12282,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12283,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12284,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12285,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12286,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12287,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12288,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12289,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:12',0,NULL,0,NULL,1),(12290,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:12\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12291,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12292,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12293,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12294,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12295,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12296,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12297,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12298,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12299,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12300,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12301,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12302,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12303,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12304,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12305,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12306,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12307,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12308,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12309,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12310,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12311,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12312,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12313,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12314,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12315,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12316,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12317,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12318,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12319,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12320,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12321,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12322,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12323,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12324,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12325,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12326,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12327,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12328,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12329,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12330,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12331,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12332,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12333,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12334,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12335,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12336,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12337,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12338,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12339,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12340,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12341,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12342,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12343,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12344,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12345,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12346,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12347,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12348,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12349,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12350,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12351,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12352,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12353,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12354,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12355,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12356,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12357,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12358,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12359,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12360,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12361,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12362,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12363,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12364,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12365,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12366,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12367,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12368,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12369,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12370,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12371,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12372,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12373,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12374,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12375,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12376,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12377,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12378,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12379,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12380,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12381,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12382,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12383,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12384,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12385,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12386,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12387,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12388,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12389,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12390,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12391,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12392,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12393,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12394,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12395,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12396,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12397,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12398,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12399,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12400,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12401,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12402,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12403,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12404,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12405,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12406,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12407,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12408,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12409,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12410,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12411,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12412,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12413,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12414,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12415,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12416,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12417,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12418,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12419,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12420,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12421,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12422,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12423,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12424,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12425,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12426,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12427,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12428,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12429,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12430,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12431,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12432,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12433,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12434,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12435,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12436,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12437,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12438,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12439,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12440,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12441,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12442,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12443,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12444,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12445,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12446,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12447,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12448,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12449,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12450,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12451,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12452,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12453,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12454,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12455,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12456,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12457,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12458,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12459,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12460,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12461,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12462,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12463,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12464,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12465,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12466,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12467,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12468,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12469,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12470,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12471,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12472,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12473,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12474,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12475,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12476,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12477,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12478,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12479,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12480,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12481,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12482,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12483,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12484,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12485,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12486,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12487,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12488,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12489,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12490,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12491,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12492,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12493,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12494,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12495,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12496,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12497,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12498,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12499,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12500,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12501,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12502,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12503,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12504,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12505,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12506,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12507,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12508,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12509,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12510,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12511,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12512,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12513,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12514,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12515,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12516,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12517,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12518,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12519,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12520,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12521,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12522,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12523,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12524,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12525,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12526,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12527,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12528,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12529,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12530,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12531,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12532,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12533,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12534,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12535,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12536,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12537,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12538,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12539,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12540,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12541,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12542,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12543,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12544,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12545,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12546,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12547,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12548,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12549,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12550,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12551,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12552,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12553,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12554,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12555,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12556,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12557,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12558,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12559,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12560,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12561,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12562,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12563,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12564,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12565,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12566,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12567,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12568,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12569,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12570,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12571,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12572,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:13\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:13',0,NULL,0,NULL,1),(12573,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12574,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12575,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12576,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12577,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12578,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12579,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12580,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12581,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12582,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12583,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12584,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12585,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12586,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12587,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12588,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12589,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12590,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12591,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12592,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12593,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12594,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12595,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12596,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12597,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12598,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12599,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12600,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12601,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12602,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12603,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:50\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:50',0,NULL,0,NULL,1),(12604,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12605,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12606,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12607,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12608,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12609,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12610,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12611,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12612,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12613,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12614,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12615,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12616,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12617,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12618,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12619,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12620,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12621,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12622,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12623,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12624,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12625,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12626,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12627,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12628,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12629,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12630,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12631,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12632,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12633,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12634,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12635,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12636,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12637,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12638,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12639,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12640,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12641,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12642,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12643,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12644,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12645,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12646,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12647,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12648,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12649,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12650,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12651,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12652,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12653,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12654,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12655,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12656,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12657,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12658,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12659,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12660,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12661,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12662,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12663,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12664,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12665,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12666,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12667,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12668,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12669,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12670,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12671,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12672,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12673,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12674,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12675,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12676,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12677,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12678,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12679,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12680,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12681,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12682,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12683,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12684,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12685,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12686,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12687,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12688,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12689,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12690,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12691,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12692,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12693,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12694,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12695,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12696,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12697,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12698,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12699,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12700,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12701,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12702,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12703,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12704,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12705,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12706,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12707,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12708,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12709,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12710,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12711,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12712,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12713,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12714,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12715,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12716,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12717,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12718,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12719,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12720,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12721,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12722,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12723,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12724,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12725,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12726,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12727,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12728,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12729,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12730,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12731,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12732,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12733,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12734,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12735,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12736,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12737,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12738,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12739,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12740,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12741,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12742,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12743,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12744,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12745,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12746,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12747,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12748,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12749,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12750,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12751,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12752,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12753,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12754,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12755,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12756,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12757,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12758,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12759,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12760,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12761,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12762,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12763,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12764,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12765,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12766,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12767,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12768,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12769,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12770,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12771,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12772,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12773,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12774,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12775,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12776,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12777,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12778,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12779,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12780,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12781,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12782,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12783,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12784,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12785,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12786,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12787,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12788,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12789,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12790,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12791,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12792,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12793,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12794,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12795,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12796,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12797,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12798,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12799,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12800,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12801,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12802,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12803,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12804,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12805,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12806,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12807,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12808,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12809,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12810,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12811,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12812,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12813,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12814,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12815,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12816,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12817,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12818,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12819,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12820,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12821,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12822,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12823,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12824,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12825,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12826,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12827,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12828,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12829,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12830,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12831,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12832,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12833,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12834,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12835,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12836,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12837,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12838,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12839,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12840,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12841,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12842,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12843,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12844,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12845,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12846,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12847,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12848,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12849,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12850,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12851,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12852,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12853,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12854,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12855,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12856,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12857,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12858,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12859,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12860,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12861,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12862,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12863,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12864,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12865,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12866,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12867,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12868,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12869,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12870,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12871,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12872,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12873,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12874,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12875,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12876,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12877,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12878,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12879,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12880,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12881,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12882,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12883,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12884,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12885,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12886,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12887,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12888,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12889,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12890,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12891,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12892,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12893,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12894,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12895,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12896,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12897,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12898,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12899,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12900,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12901,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12902,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12903,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12904,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12905,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12906,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:54:51\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:54:51',0,NULL,0,NULL,1),(12907,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12908,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12909,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12910,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12911,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12912,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12913,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12914,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12915,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12916,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12917,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12918,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12919,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12920,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12921,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12922,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12923,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12924,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12925,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12926,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12927,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12928,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12929,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12930,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12931,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12932,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12933,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12934,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12935,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12936,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12937,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12938,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12939,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12940,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12941,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12942,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12943,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12944,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12945,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12946,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12947,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12948,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12949,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12950,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12951,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12952,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12953,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12954,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12955,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12956,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12957,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12958,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12959,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12960,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12961,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12962,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12963,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12964,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12965,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12966,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12967,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12968,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12969,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12970,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12971,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12972,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12973,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12974,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12975,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12976,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12977,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12978,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12979,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12980,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12981,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12982,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12983,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12984,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12985,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12986,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12987,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12988,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12989,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12990,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12991,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12992,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12993,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12994,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12995,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12996,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12997,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12998,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(12999,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13000,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13001,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13002,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13003,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13004,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13005,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13006,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13007,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13008,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13009,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13010,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13011,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13012,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13013,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13014,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13015,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13016,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13017,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13018,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13019,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13020,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13021,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13022,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13023,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13024,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13025,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13026,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13027,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13028,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13029,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13030,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13031,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13032,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13033,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13034,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13035,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13036,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13037,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13038,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13039,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13040,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13041,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13042,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13043,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13044,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13045,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13046,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13047,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13048,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13049,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13050,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13051,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13052,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13053,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13054,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13055,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13056,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13057,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13058,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13059,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13060,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13061,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13062,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13063,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13064,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13065,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13066,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13067,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13068,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13069,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13070,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13071,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13072,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13073,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13074,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13075,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13076,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13077,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13078,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13079,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13080,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13081,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13082,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13083,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13084,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13085,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13086,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13087,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13088,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13089,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13090,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13091,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13092,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13093,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13094,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13095,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13096,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13097,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13098,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13099,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13100,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13101,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13102,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13103,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13104,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13105,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13106,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13107,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13108,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13109,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13110,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13111,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13112,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13113,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13114,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13115,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13116,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13117,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13118,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13119,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13120,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13121,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13122,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13123,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13124,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13125,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13126,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13127,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13128,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13129,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13130,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13131,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13132,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13133,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13134,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13135,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13136,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13137,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13138,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13139,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13140,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13141,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13142,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13143,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13144,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13145,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13146,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13147,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13148,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13149,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13150,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13151,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13152,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:21\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:21',0,NULL,0,NULL,1),(13153,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13154,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13155,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13156,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13157,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13158,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13159,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13160,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13161,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13162,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13163,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13164,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13165,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13166,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13167,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13168,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13169,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13170,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13171,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13172,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13173,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13174,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13175,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13176,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13177,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13178,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13179,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13180,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13181,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13182,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13183,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13184,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13185,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13186,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13187,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13188,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13189,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13190,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13191,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13192,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13193,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13194,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13195,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13196,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13197,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13198,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13199,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13200,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13201,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13202,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13203,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13204,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13205,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13206,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13207,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13208,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13209,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13210,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13211,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13212,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13213,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13214,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13215,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13216,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13217,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13218,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13219,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13220,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13221,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13222,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13223,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13224,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13225,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13226,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13227,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13228,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13229,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13230,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13231,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13232,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13233,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13234,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13235,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13236,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13237,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13238,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13239,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13240,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:22\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:22',0,NULL,0,NULL,1),(13241,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13242,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13243,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13244,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13245,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13246,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13247,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13248,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13249,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13250,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13251,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13252,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13253,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13254,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13255,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13256,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13257,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13258,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13259,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13260,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13261,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13262,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13263,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13264,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13265,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13266,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13267,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13268,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13269,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13270,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13271,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13272,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13273,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13274,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13275,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13276,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13277,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13278,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13279,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13280,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13281,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13282,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13283,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13284,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13285,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13286,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13287,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13288,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13289,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13290,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13291,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13292,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13293,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13294,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13295,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13296,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13297,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13298,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13299,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13300,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13301,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13302,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13303,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13304,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13305,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13306,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13307,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13308,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13309,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13310,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13311,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13312,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13313,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13314,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13315,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13316,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13317,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13318,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13319,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13320,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13321,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13322,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13323,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13324,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13325,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13326,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13327,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13328,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13329,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13330,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13331,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13332,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13333,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13334,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13335,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13336,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13337,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13338,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13339,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13340,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13341,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13342,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13343,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13344,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13345,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13346,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13347,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13348,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13349,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13350,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13351,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13352,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13353,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13354,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13355,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13356,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13357,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13358,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13359,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13360,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13361,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13362,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13363,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13364,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13365,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13366,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13367,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13368,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13369,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13370,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13371,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13372,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13373,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13374,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13375,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13376,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13377,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13378,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13379,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13380,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13381,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13382,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13383,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13384,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13385,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13386,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13387,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13388,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13389,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13390,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13391,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13392,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13393,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13394,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13395,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13396,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13397,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13398,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13399,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13400,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13401,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13402,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13403,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13404,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13405,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13406,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13407,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13408,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13409,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13410,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13411,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13412,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13413,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13414,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13415,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13416,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13417,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13418,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13419,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13420,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13421,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13422,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13423,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13424,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13425,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13426,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13427,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13428,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13429,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13430,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13431,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13432,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13433,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13434,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13435,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:31\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:31',0,NULL,0,NULL,1),(13436,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13437,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13438,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13439,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13440,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13441,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13442,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13443,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13444,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13445,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13446,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13447,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13448,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13449,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13450,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13451,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13452,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13453,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13454,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13455,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13456,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13457,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13458,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13459,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13460,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13461,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13462,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13463,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13464,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13465,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13466,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13467,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13468,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13469,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13470,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13471,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13472,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13473,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13474,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13475,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13476,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13477,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13478,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13479,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13480,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13481,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13482,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13483,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13484,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13485,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13486,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13487,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13488,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13489,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13490,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13491,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13492,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13493,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13494,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13495,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13496,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13497,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13498,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13499,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13500,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13501,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13502,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13503,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13504,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13505,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13506,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13507,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13508,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13509,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13510,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13511,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13512,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13513,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13514,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13515,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13516,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13517,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13518,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13519,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13520,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13521,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13522,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13523,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13524,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13525,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13526,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13527,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13528,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13529,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13530,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13531,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13532,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13533,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13534,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13535,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13536,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13537,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13538,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13539,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13540,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13541,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13542,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13543,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13544,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13545,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13546,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13547,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13548,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13549,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13550,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13551,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13552,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13553,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13554,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13555,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13556,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13557,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13558,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13559,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13560,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13561,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13562,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13563,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13564,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13565,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13566,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13567,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13568,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13569,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13570,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13571,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13572,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13573,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13574,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:32\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:32',0,NULL,0,NULL,1),(13575,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13576,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13577,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13578,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13579,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13580,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13581,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13582,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13583,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13584,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13585,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13586,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13587,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13588,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13589,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13590,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13591,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13592,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13593,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13594,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13595,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13596,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13597,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13598,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13599,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13600,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13601,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13602,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13603,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13604,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13605,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13606,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13607,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13608,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13609,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13610,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13611,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13612,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13613,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13614,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13615,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13616,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13617,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13618,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13619,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13620,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13621,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13622,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13623,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13624,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13625,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13626,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13627,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13628,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13629,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13630,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13631,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13632,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13633,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13634,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13635,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13636,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13637,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13638,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13639,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13640,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13641,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13642,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13643,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13644,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13645,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13646,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13647,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13648,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13649,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13650,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13651,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13652,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13653,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13654,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13655,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13656,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13657,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13658,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13659,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13660,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13661,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13662,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13663,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13664,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13665,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13666,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13667,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13668,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13669,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13670,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13671,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13672,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13673,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13674,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13675,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13676,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13677,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13678,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13679,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13680,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13681,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13682,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13683,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13684,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13685,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13686,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13687,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13688,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13689,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13690,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13691,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13692,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13693,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13694,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13695,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13696,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13697,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13698,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13699,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13700,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13701,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13702,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13703,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13704,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13705,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13706,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13707,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13708,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13709,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13710,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13711,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13712,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13713,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13714,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13715,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13716,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13717,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13718,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13719,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13720,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13721,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13722,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13723,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13724,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13725,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13726,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13727,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13728,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13729,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13730,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13731,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13732,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13733,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13734,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13735,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13736,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13737,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13738,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13739,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13740,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13741,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13742,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13743,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13744,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13745,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13746,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13747,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13748,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13749,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13750,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13751,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13752,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13753,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13754,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13755,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13756,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13757,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13758,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13759,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13760,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13761,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13762,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13763,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13764,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13765,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13766,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13767,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13768,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13769,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13770,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13771,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13772,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13773,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13774,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13775,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13776,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13777,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13778,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13779,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13780,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13781,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13782,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13783,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:45\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:45',0,NULL,0,NULL,1),(13784,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13785,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13786,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13787,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13788,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13789,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13790,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13791,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13792,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13793,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13794,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13795,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13796,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13797,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13798,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13799,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13800,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13801,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13802,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13803,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13804,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13805,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13806,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13807,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13808,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13809,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13810,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13811,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13812,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13813,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13814,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13815,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13816,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13817,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13818,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13819,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13820,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13821,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13822,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13823,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13824,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13825,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13826,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13827,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13828,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13829,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13830,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13831,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13832,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13833,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13834,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13835,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13836,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13837,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13838,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13839,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13840,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13841,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13842,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13843,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13844,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13845,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13846,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13847,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13848,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13849,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13850,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13851,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13852,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13853,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13854,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13855,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13856,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13857,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13858,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13859,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13860,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13861,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13862,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13863,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13864,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13865,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13866,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13867,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13868,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13869,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13870,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13871,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13872,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13873,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13874,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13875,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13876,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13877,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13878,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13879,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13880,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13881,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13882,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13883,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13884,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13885,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13886,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13887,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13888,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13889,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13890,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13891,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13892,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13893,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13894,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13895,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13896,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13897,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13898,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13899,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13900,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13901,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13902,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13903,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13904,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13905,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13906,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13907,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13908,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:46\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:46',0,NULL,0,NULL,1),(13909,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13910,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13911,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13912,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13913,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13914,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13915,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13916,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13917,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13918,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13919,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13920,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13921,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13922,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13923,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13924,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13925,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13926,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13927,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13928,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13929,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13930,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13931,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13932,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13933,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13934,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13935,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13936,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13937,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13938,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13939,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13940,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13941,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13942,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13943,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13944,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13945,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13946,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13947,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13948,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13949,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13950,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13951,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13952,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13953,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13954,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13955,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13956,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13957,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13958,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13959,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13960,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13961,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13962,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13963,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13964,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13965,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13966,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13967,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13968,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13969,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13970,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13971,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13972,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13973,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13974,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13975,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13976,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13977,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13978,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13979,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13980,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13981,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13982,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13983,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13984,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13985,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13986,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13987,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13988,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13989,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13990,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13991,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13992,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13993,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13994,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13995,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13996,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13997,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13998,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(13999,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14000,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14001,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14002,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14003,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14004,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14005,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14006,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14007,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14008,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14009,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14010,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14011,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14012,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14013,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14014,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14015,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14016,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14017,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14018,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14019,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14020,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14021,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14022,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14023,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14024,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14025,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14026,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14027,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14028,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14029,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14030,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14031,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14032,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14033,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14034,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14035,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14036,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14037,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14038,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14039,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14040,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14041,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14042,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14043,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14044,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14045,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14046,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14047,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14048,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14049,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14050,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14051,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14052,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14053,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14054,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14055,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14056,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14057,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14058,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14059,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14060,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14061,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14062,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14063,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14064,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14065,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14066,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14067,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14068,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14069,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14070,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14071,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14072,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14073,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14074,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14075,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14076,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14077,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14078,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14079,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14080,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:54\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:54',0,NULL,0,NULL,1),(14081,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14082,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14083,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14084,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14085,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14086,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14087,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14088,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14089,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14090,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14091,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14092,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14093,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14094,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14095,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14096,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14097,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14098,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14099,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14100,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14101,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14102,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14103,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14104,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14105,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14106,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14107,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14108,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14109,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14110,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14111,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14112,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14113,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14114,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14115,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14116,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14117,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14118,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14119,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14120,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14121,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14122,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14123,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14124,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14125,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14126,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14127,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14128,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14129,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14130,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14131,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14132,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14133,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14134,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14135,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14136,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14137,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14138,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14139,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14140,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14141,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14142,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14143,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14144,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14145,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14146,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14147,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14148,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14149,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14150,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14151,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14152,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14153,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14154,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14155,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14156,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14157,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14158,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14159,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14160,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14161,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14162,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14163,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14164,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14165,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14166,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14167,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14168,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14169,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14170,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14171,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14172,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14173,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14174,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14175,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14176,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14177,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14178,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14179,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14180,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14181,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14182,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14183,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14184,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14185,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14186,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14187,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14188,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14189,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14190,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14191,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14192,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14193,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14194,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14195,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14196,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14197,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14198,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14199,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14200,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14201,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14202,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14203,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14204,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14205,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14206,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14207,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14208,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14209,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14210,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14211,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14212,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14213,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14214,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14215,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14216,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14217,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14218,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14219,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14220,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14221,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14222,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14223,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14224,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14225,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14226,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14227,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14228,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14229,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14230,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14231,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14232,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14233,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14234,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14235,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14236,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14237,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14238,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14239,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14240,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14241,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14242,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:55:55\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:55:55',0,NULL,0,NULL,1),(14243,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14244,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14245,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14246,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14247,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14248,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14249,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14250,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14251,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14252,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14253,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14254,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14255,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14256,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14257,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14258,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14259,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14260,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14261,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14262,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14263,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14264,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14265,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14266,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14267,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14268,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14269,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14270,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14271,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14272,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14273,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14274,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14275,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14276,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14277,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14278,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14279,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14280,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14281,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14282,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14283,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14284,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14285,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14286,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14287,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14288,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14289,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14290,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14291,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14292,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14293,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14294,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14295,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14296,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14297,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14298,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14299,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14300,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14301,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14302,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14303,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14304,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14305,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14306,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14307,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14308,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14309,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14310,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14311,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14312,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14313,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14314,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14315,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14316,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14317,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14318,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14319,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14320,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14321,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14322,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14323,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14324,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14325,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14326,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14327,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14328,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14329,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14330,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14331,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14332,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14333,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14334,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14335,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14336,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14337,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14338,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14339,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14340,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14341,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14342,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14343,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14344,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14345,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14346,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14347,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14348,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14349,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14350,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14351,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14352,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14353,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14354,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14355,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14356,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14357,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14358,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14359,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14360,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14361,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14362,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14363,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14364,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14365,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14366,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14367,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14368,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14369,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14370,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14371,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14372,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14373,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14374,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14375,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14376,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14377,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14378,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14379,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14380,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14381,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14382,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14383,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14384,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14385,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14386,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14387,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14388,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14389,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14390,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14391,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14392,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14393,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14394,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14395,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14396,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14397,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14398,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14399,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14400,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14401,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14402,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14403,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14404,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14405,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14406,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14407,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14408,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14409,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14410,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14411,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14412,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14413,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14414,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14415,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14416,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14417,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14418,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14419,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14420,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14421,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14422,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14423,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14424,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14425,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14426,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14427,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14428,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14429,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14430,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14431,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14432,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14433,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14434,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14435,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14436,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14437,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14438,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14439,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14440,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14441,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14442,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14443,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14444,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14445,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14446,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14447,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14448,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14449,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14450,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:08\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:08',0,NULL,0,NULL,1),(14451,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14452,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14453,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14454,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14455,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14456,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14457,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14458,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14459,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14460,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14461,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14462,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14463,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14464,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14465,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14466,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14467,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14468,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14469,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14470,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14471,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14472,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14473,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14474,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14475,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14476,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14477,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14478,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14479,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14480,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14481,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14482,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14483,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14484,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14485,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14486,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14487,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14488,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14489,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14490,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14491,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14492,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14493,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14494,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14495,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14496,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14497,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14498,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14499,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14500,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14501,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14502,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14503,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14504,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14505,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14506,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14507,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14508,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14509,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14510,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14511,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14512,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14513,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14514,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14515,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14516,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14517,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14518,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14519,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14520,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14521,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14522,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14523,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14524,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14525,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14526,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14527,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14528,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14529,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14530,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14531,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14532,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14533,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14534,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14535,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14536,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14537,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14538,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14539,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14540,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14541,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14542,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14543,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14544,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14545,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14546,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14547,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14548,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14549,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14550,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14551,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14552,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14553,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14554,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14555,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14556,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14557,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14558,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14559,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14560,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14561,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14562,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14563,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14564,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14565,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14566,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14567,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14568,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14569,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14570,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14571,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14572,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14573,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14574,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14575,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14576,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:09\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:09',0,NULL,0,NULL,1),(14577,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14578,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14579,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14580,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14581,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14582,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14583,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14584,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14585,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14586,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14587,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14588,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14589,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14590,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14591,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14592,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14593,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14594,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14595,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14596,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14597,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14598,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14599,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14600,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14601,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14602,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14603,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14604,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14605,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14606,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14607,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14608,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14609,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14610,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14611,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14612,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14613,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14614,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14615,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14616,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14617,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14618,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14619,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14620,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14621,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14622,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14623,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14624,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14625,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14626,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14627,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14628,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14629,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14630,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14631,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14632,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14633,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14634,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14635,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14636,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14637,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14638,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14639,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14640,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14641,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14642,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14643,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14644,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14645,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14646,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14647,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14648,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14649,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14650,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14651,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14652,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14653,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14654,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14655,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14656,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14657,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14658,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14659,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:16\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:16',0,NULL,0,NULL,1),(14660,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14661,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14662,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14663,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14664,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14665,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14666,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14667,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14668,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14669,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14670,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14671,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14672,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14673,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14674,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14675,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14676,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14677,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14678,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14679,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14680,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14681,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14682,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14683,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14684,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14685,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14686,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14687,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14688,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14689,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14690,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14691,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14692,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14693,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14694,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14695,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14696,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14697,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14698,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14699,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14700,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14701,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14702,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14703,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14704,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14705,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14706,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14707,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14708,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14709,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14710,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14711,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14712,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14713,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14714,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14715,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14716,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14717,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14718,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14719,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14720,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14721,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14722,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14723,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14724,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14725,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14726,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14727,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14728,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14729,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14730,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14731,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14732,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14733,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14734,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14735,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14736,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14737,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14738,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14739,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14740,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14741,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14742,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14743,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14744,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14745,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14746,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14747,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14748,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14749,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14750,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14751,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14752,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14753,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14754,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14755,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14756,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14757,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14758,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14759,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14760,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14761,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14762,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14763,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14764,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14765,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14766,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14767,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14768,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14769,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14770,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14771,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14772,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14773,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14774,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14775,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14776,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14777,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14778,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14779,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14780,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14781,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14782,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14783,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14784,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14785,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14786,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14787,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14788,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14789,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14790,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14791,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14792,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14793,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14794,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14795,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14796,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14797,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14798,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14799,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14800,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14801,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14802,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14803,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14804,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14805,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14806,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14807,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14808,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14809,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14810,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14811,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14812,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14813,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14814,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14815,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14816,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14817,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14818,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14819,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14820,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14821,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14822,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14823,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14824,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14825,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14826,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14827,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14828,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14829,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14830,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14831,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14832,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14833,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14834,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14835,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14836,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14837,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14838,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14839,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14840,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14841,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14842,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14843,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14844,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14845,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14846,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14847,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14848,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14849,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14850,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14851,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14852,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14853,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14854,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14855,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14856,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14857,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14858,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14859,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14860,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14861,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14862,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14863,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14864,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14865,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14866,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14867,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14868,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14869,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14870,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14871,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14872,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14873,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14874,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14875,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14876,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14877,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14878,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14879,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14880,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14881,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14882,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14883,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14884,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14885,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14886,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14887,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14888,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14889,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14890,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14891,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14892,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14893,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14894,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14895,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14896,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14897,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14898,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14899,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14900,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14901,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14902,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14903,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14904,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14905,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14906,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14907,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14908,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14909,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14910,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:17\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:17',0,NULL,0,NULL,1),(14911,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14912,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14913,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14914,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14915,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14916,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14917,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14918,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14919,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14920,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14921,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14922,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14923,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14924,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14925,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14926,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14927,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14928,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14929,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14930,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14931,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14932,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14933,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14934,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14935,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14936,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14937,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14938,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14939,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14940,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14941,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14942,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14943,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14944,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14945,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:24\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:24',0,NULL,0,NULL,1),(14946,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14947,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14948,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14949,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14950,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14951,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14952,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14953,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14954,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14955,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14956,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14957,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14958,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14959,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14960,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14961,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14962,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14963,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14964,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14965,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14966,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14967,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14968,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14969,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14970,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14971,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14972,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14973,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14974,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14975,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14976,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14977,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14978,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14979,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14980,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14981,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14982,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14983,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14984,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14985,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14986,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14987,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14988,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14989,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14990,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14991,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14992,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14993,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14994,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14995,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14996,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14997,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14998,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(14999,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15000,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15001,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15002,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15003,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15004,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15005,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15006,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15007,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15008,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15009,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15010,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15011,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15012,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15013,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15014,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15015,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15016,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15017,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15018,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15019,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15020,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15021,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15022,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15023,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15024,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15025,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15026,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15027,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15028,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15029,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15030,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15031,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15032,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15033,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15034,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15035,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15036,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15037,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15038,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15039,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15040,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15041,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15042,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15043,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15044,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15045,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15046,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15047,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15048,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15049,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15050,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15051,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15052,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15053,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15054,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15055,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15056,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15057,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15058,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15059,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15060,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15061,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15062,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15063,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15064,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15065,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15066,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15067,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15068,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15069,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15070,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15071,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15072,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15073,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15074,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15075,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15076,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15077,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15078,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15079,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15080,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15081,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15082,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15083,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15084,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15085,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15086,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15087,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15088,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15089,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15090,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15091,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15092,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15093,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15094,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15095,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15096,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15097,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15098,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15099,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15100,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15101,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15102,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15103,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15104,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15105,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15106,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15107,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15108,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15109,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15110,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15111,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15112,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15113,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15114,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15115,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15116,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15117,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15118,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15119,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15120,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15121,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15122,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15123,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15124,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15125,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15126,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15127,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15128,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15129,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15130,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15131,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15132,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15133,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15134,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15135,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15136,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15137,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15138,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15139,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15140,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15141,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15142,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15143,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15144,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15145,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15146,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15147,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15148,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15149,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15150,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15151,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15152,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15153,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15154,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15155,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15156,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15157,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15158,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15159,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15160,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15161,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15162,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15163,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15164,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15165,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15166,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15167,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15168,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15169,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15170,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15171,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15172,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15173,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15174,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15175,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15176,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15177,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15178,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15179,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15180,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15181,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15182,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15183,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15184,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15185,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15186,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15187,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15188,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15189,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15190,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15191,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15192,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15193,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15194,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15195,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15196,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15197,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15198,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15199,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15200,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15201,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15202,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15203,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15204,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15205,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15206,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15207,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15208,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15209,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15210,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15211,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15212,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15213,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15214,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15215,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15216,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15217,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15218,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15219,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15220,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15221,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15222,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15223,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15224,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15225,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15226,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15227,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15228,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15229,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15230,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15231,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15232,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15233,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15234,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15235,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15236,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15237,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15238,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15239,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15240,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:25\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:25',0,NULL,0,NULL,1),(15241,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:26\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:26',0,NULL,0,NULL,1),(15242,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:26\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:26',0,NULL,0,NULL,1),(15243,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:26\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:26',0,NULL,0,NULL,1),(15244,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:26\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:26',0,NULL,0,NULL,1),(15245,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15246,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15247,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15248,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15249,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15250,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15251,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15252,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15253,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15254,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15255,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15256,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15257,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15258,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15259,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15260,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15261,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15262,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15263,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15264,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15265,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15266,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15267,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15268,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15269,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15270,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15271,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15272,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15273,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15274,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15275,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15276,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15277,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15278,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15279,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15280,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15281,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15282,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15283,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15284,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15285,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15286,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15287,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15288,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15289,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:32\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:32',0,NULL,0,NULL,1),(15290,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15291,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15292,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15293,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15294,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15295,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15296,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15297,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15298,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15299,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15300,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15301,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15302,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15303,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15304,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15305,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15306,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15307,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15308,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15309,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15310,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15311,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15312,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15313,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15314,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15315,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15316,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15317,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15318,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15319,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15320,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15321,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15322,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15323,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15324,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15325,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15326,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15327,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15328,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15329,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15330,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15331,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15332,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15333,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15334,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15335,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15336,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15337,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15338,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15339,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15340,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15341,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15342,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15343,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15344,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15345,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15346,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15347,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15348,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15349,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15350,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15351,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15352,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15353,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15354,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15355,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15356,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15357,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15358,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15359,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15360,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15361,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15362,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15363,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15364,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15365,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15366,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15367,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15368,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15369,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15370,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15371,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15372,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15373,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15374,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15375,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15376,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15377,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15378,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15379,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15380,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15381,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15382,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15383,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15384,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15385,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15386,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15387,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15388,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15389,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15390,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15391,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15392,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15393,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15394,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15395,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15396,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15397,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15398,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15399,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15400,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15401,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15402,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15403,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15404,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15405,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15406,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15407,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15408,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15409,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15410,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15411,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15412,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15413,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15414,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15415,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15416,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15417,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15418,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15419,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15420,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15421,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15422,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15423,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15424,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15425,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15426,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15427,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15428,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15429,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15430,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15431,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15432,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15433,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15434,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15435,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15436,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15437,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15438,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15439,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15440,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15441,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15442,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15443,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15444,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15445,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15446,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15447,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15448,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15449,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15450,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15451,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15452,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15453,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15454,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15455,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15456,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15457,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15458,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15459,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15460,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15461,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15462,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15463,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15464,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15465,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15466,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15467,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15468,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15469,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15470,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15471,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15472,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15473,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15474,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15475,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15476,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15477,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15478,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15479,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15480,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15481,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15482,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15483,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15484,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15485,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15486,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15487,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15488,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15489,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15490,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15491,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15492,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15493,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15494,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15495,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15496,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15497,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15498,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15499,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15500,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15501,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15502,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15503,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15504,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15505,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15506,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15507,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15508,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15509,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15510,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15511,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15512,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15513,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15514,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15515,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15516,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15517,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15518,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15519,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15520,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15521,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15522,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15523,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15524,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15525,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15526,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15527,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15528,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15529,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15530,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15531,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15532,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15533,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15534,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15535,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15536,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15537,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15538,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15539,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15540,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15541,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15542,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15543,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15544,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15545,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15546,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15547,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15548,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15549,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15550,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15551,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15552,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15553,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15554,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15555,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15556,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15557,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15558,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15559,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15560,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15561,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15562,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15563,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15564,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15565,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:33\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:33',0,NULL,0,NULL,1),(15566,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15567,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15568,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15569,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15570,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15571,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15572,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15573,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15574,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15575,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15576,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15577,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15578,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:34\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:34',0,NULL,0,NULL,1),(15579,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15580,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15581,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15582,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15583,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15584,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15585,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15586,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15587,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15588,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15589,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15590,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15591,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15592,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15593,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15594,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15595,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15596,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15597,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15598,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15599,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15600,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15601,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15602,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15603,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15604,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15605,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15606,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15607,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15608,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15609,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15610,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15611,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15612,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15613,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15614,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15615,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15616,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15617,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15618,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15619,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15620,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15621,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15622,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15623,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15624,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15625,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15626,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15627,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15628,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15629,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15630,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15631,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15632,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15633,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15634,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15635,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15636,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15637,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15638,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:45\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:45',0,NULL,0,NULL,1),(15639,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15640,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15641,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15642,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15643,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15644,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15645,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15646,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15647,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15648,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15649,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15650,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15651,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15652,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15653,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15654,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15655,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15656,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15657,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15658,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15659,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15660,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15661,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15662,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15663,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15664,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15665,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15666,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15667,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15668,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15669,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15670,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15671,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15672,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15673,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15674,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15675,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15676,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15677,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15678,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15679,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15680,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15681,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15682,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15683,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15684,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15685,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15686,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15687,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15688,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15689,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15690,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15691,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15692,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15693,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15694,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15695,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15696,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15697,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15698,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15699,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15700,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15701,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15702,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15703,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15704,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15705,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15706,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15707,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15708,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15709,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15710,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15711,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15712,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15713,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15714,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15715,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15716,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15717,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15718,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15719,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15720,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15721,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15722,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15723,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15724,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15725,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15726,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15727,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15728,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15729,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15730,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15731,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15732,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15733,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15734,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15735,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15736,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15737,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15738,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15739,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15740,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15741,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15742,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15743,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15744,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15745,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:46\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:46',0,NULL,0,NULL,1),(15746,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15747,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15748,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15749,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15750,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15751,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15752,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15753,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15754,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15755,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15756,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15757,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15758,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15759,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15760,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15761,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15762,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15763,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15764,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15765,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15766,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15767,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15768,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15769,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15770,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15771,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15772,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15773,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15774,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15775,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15776,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15777,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15778,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15779,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15780,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15781,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15782,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15783,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15784,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15785,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15786,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15787,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15788,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15789,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15790,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15791,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15792,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15793,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15794,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15795,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15796,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15797,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15798,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15799,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15800,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15801,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15802,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15803,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15804,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15805,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15806,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15807,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15808,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15809,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15810,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15811,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15812,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15813,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15814,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15815,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15816,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15817,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15818,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15819,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15820,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15821,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15822,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15823,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15824,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15825,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15826,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15827,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15828,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15829,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15830,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15831,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15832,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15833,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15834,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15835,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15836,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15837,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15838,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15839,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15840,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15841,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15842,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15843,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15844,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15845,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15846,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15847,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15848,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15849,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15850,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15851,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15852,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15853,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15854,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15855,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15856,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15857,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15858,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15859,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15860,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15861,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15862,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15863,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15864,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15865,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15866,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15867,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15868,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15869,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15870,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15871,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15872,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15873,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15874,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15875,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15876,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15877,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15878,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15879,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15880,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15881,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15882,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15883,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15884,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15885,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15886,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15887,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15888,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15889,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15890,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15891,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15892,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15893,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15894,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15895,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15896,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15897,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15898,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15899,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15900,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15901,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15902,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15903,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15904,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15905,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15906,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15907,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15908,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15909,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15910,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15911,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15912,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:48\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:48',0,NULL,0,NULL,1),(15913,_binary 'UPDATE cw_form_setting SET payroll_sort = 0 WHERE prime_module_id = \"employees\" and (earn_payroll_check = 1 or ded_payroll_check = 1)',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15914,_binary 'UPDATE cw_form_setting SET payroll_sort = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'2\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15915,_binary 'UPDATE cw_form_setting SET payroll_sort = \'2\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'3\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15916,_binary 'UPDATE cw_form_setting SET payroll_sort = \'3\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15917,_binary 'UPDATE cw_form_setting SET payroll_sort = \'4\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'399\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15918,_binary 'UPDATE cw_form_setting SET payroll_sort = \'5\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'75\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15919,_binary 'UPDATE cw_form_setting SET payroll_sort = \'6\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'106\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15920,_binary 'UPDATE cw_form_setting SET payroll_sort = \'7\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1537\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15921,_binary 'UPDATE cw_form_setting SET payroll_sort = \'8\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1538\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15922,_binary 'UPDATE cw_form_setting SET payroll_sort = \'9\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1739\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15923,_binary 'UPDATE cw_form_setting SET payroll_sort = \'10\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1740\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15924,_binary 'UPDATE cw_form_setting SET payroll_sort = \'11\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1741\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15925,_binary 'UPDATE cw_form_setting SET payroll_sort = \'12\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1737\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15926,_binary 'UPDATE cw_form_setting SET payroll_sort = \'13\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1738\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15927,_binary 'UPDATE cw_form_setting SET payroll_sort = \'14\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1742\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15928,_binary 'UPDATE cw_form_setting SET payroll_sort = \'15\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1743\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15929,_binary 'UPDATE cw_form_setting SET payroll_sort = \'16\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1745\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15930,_binary 'UPDATE cw_form_setting SET payroll_sort = \'17\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1821\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15931,_binary 'UPDATE cw_form_setting SET payroll_sort = \'18\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1825\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15932,_binary 'UPDATE cw_form_setting SET payroll_sort = \'19\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1826\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15933,_binary 'UPDATE cw_form_setting SET payroll_sort = \'20\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1829\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15934,_binary 'UPDATE cw_form_setting SET payroll_sort = \'21\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1833\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15935,_binary 'UPDATE cw_form_setting SET payroll_sort = \'22\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1835\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15936,_binary 'UPDATE cw_form_setting SET payroll_sort = \'23\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1839\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15937,_binary 'UPDATE cw_form_setting SET payroll_sort = \'24\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1852\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15938,_binary 'UPDATE cw_form_setting SET payroll_sort = \'25\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1856\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15939,_binary 'UPDATE cw_form_setting SET payroll_sort = \'26\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1857\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15940,_binary 'UPDATE cw_form_setting SET payroll_sort = \'27\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1866\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15941,_binary 'UPDATE cw_form_setting SET payroll_sort = \'28\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1867\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15942,_binary 'UPDATE cw_form_setting SET payroll_sort = \'29\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1873\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15943,_binary 'UPDATE cw_form_setting SET payroll_sort = \'30\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1880\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15944,_binary 'UPDATE cw_form_setting SET payroll_sort = \'31\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1886\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15945,_binary 'UPDATE cw_form_setting SET payroll_sort = \'32\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1980\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15946,_binary 'UPDATE cw_form_setting SET payroll_sort = \'33\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1981\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15947,_binary 'UPDATE cw_form_setting SET payroll_sort = \'34\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1982\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15948,_binary 'UPDATE cw_form_setting SET payroll_sort = \'35\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1983\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15949,_binary 'UPDATE cw_form_setting SET payroll_sort = \'36\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1984\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15950,_binary 'UPDATE cw_form_setting SET payroll_sort = \'37\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1985\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15951,_binary 'UPDATE cw_form_setting SET payroll_sort = \'38\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1986\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15952,_binary 'UPDATE cw_form_setting SET payroll_sort = \'39\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1988\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15953,_binary 'UPDATE cw_form_setting SET payroll_sort = \'40\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1989\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15954,_binary 'UPDATE cw_form_setting SET payroll_sort = \'41\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1990\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15955,_binary 'UPDATE cw_form_setting SET payroll_sort = \'42\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1991\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15956,_binary 'UPDATE cw_form_setting SET payroll_sort = \'43\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1992\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15957,_binary 'UPDATE cw_form_setting SET payroll_sort = \'44\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'2002\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15958,_binary 'UPDATE cw_form_setting SET payroll_sort = \'45\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'2006\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15959,_binary 'UPDATE cw_form_setting SET payroll_sort = \'46\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'2008\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15960,_binary 'UPDATE cw_form_setting SET payroll_sort = \'47\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'67\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15961,_binary 'UPDATE cw_form_setting SET payroll_sort = \'48\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1977\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15962,_binary 'UPDATE cw_form_setting SET payroll_sort = \'49\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1978\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15963,_binary 'UPDATE cw_form_setting SET payroll_sort = \'50\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1979\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15964,_binary 'UPDATE cw_form_setting SET payroll_sort = \'51\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1987\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15965,_binary 'UPDATE cw_form_setting SET payroll_sort = \'52\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1993\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15966,_binary 'UPDATE cw_form_setting SET payroll_sort = \'53\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1994\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15967,_binary 'UPDATE cw_form_setting SET payroll_sort = \'54\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1995\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15968,_binary 'UPDATE cw_form_setting SET payroll_sort = \'55\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1996\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15969,_binary 'UPDATE cw_form_setting SET payroll_sort = \'56\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1997\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15970,_binary 'UPDATE cw_form_setting SET payroll_sort = \'57\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1998\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15971,_binary 'UPDATE cw_form_setting SET payroll_sort = \'58\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1999\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15972,_binary 'UPDATE cw_form_setting SET payroll_sort = \'59\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'2000\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15973,_binary 'UPDATE cw_form_setting SET payroll_sort = \'60\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'2001\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15974,_binary 'UPDATE cw_form_setting SET payroll_sort = \'61\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'2003\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15975,_binary 'UPDATE cw_form_setting SET payroll_sort = \'62\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'2004\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15976,_binary 'UPDATE cw_form_setting SET payroll_sort = \'63\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'2005\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15977,_binary 'UPDATE cw_form_setting SET payroll_sort = \'64\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'2007\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15978,_binary 'UPDATE cw_form_setting SET payroll_sort = \'65\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1822\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15979,_binary 'UPDATE cw_form_setting SET payroll_sort = \'66\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1823\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15980,_binary 'UPDATE cw_form_setting SET payroll_sort = \'67\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1824\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15981,_binary 'UPDATE cw_form_setting SET payroll_sort = \'68\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1827\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15982,_binary 'UPDATE cw_form_setting SET payroll_sort = \'69\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1828\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15983,_binary 'UPDATE cw_form_setting SET payroll_sort = \'70\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1830\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15984,_binary 'UPDATE cw_form_setting SET payroll_sort = \'71\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1831\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15985,_binary 'UPDATE cw_form_setting SET payroll_sort = \'72\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1832\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15986,_binary 'UPDATE cw_form_setting SET payroll_sort = \'73\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1836\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15987,_binary 'UPDATE cw_form_setting SET payroll_sort = \'74\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1838\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15988,_binary 'UPDATE cw_form_setting SET payroll_sort = \'75\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1840\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15989,_binary 'UPDATE cw_form_setting SET payroll_sort = \'76\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1841\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15990,_binary 'UPDATE cw_form_setting SET payroll_sort = \'77\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1842\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15991,_binary 'UPDATE cw_form_setting SET payroll_sort = \'78\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1843\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15992,_binary 'UPDATE cw_form_setting SET payroll_sort = \'79\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1844\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15993,_binary 'UPDATE cw_form_setting SET payroll_sort = \'80\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1845\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15994,_binary 'UPDATE cw_form_setting SET payroll_sort = \'81\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1846\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15995,_binary 'UPDATE cw_form_setting SET payroll_sort = \'82\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1847\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15996,_binary 'UPDATE cw_form_setting SET payroll_sort = \'83\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1848\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15997,_binary 'UPDATE cw_form_setting SET payroll_sort = \'84\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1849\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15998,_binary 'UPDATE cw_form_setting SET payroll_sort = \'85\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1850\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(15999,_binary 'UPDATE cw_form_setting SET payroll_sort = \'86\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1851\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16000,_binary 'UPDATE cw_form_setting SET payroll_sort = \'87\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1853\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16001,_binary 'UPDATE cw_form_setting SET payroll_sort = \'88\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1125\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16002,_binary 'UPDATE cw_form_setting SET payroll_sort = \'89\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1854\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16003,_binary 'UPDATE cw_form_setting SET payroll_sort = \'90\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1855\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16004,_binary 'UPDATE cw_form_setting SET payroll_sort = \'91\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1858\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16005,_binary 'UPDATE cw_form_setting SET payroll_sort = \'92\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1859\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16006,_binary 'UPDATE cw_form_setting SET payroll_sort = \'93\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1136\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16007,_binary 'UPDATE cw_form_setting SET payroll_sort = \'94\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1860\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16008,_binary 'UPDATE cw_form_setting SET payroll_sort = \'95\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1861\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16009,_binary 'UPDATE cw_form_setting SET payroll_sort = \'96\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1862\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16010,_binary 'UPDATE cw_form_setting SET payroll_sort = \'97\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16011,_binary 'UPDATE cw_form_setting SET payroll_sort = \'98\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1863\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16012,_binary 'UPDATE cw_form_setting SET payroll_sort = \'99\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1864\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16013,_binary 'UPDATE cw_form_setting SET payroll_sort = \'100\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1865\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16014,_binary 'UPDATE cw_form_setting SET payroll_sort = \'101\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1868\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16015,_binary 'UPDATE cw_form_setting SET payroll_sort = \'102\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1869\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16016,_binary 'UPDATE cw_form_setting SET payroll_sort = \'103\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1870\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16017,_binary 'UPDATE cw_form_setting SET payroll_sort = \'104\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1871\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16018,_binary 'UPDATE cw_form_setting SET payroll_sort = \'105\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1872\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16019,_binary 'UPDATE cw_form_setting SET payroll_sort = \'106\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'366\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16020,_binary 'UPDATE cw_form_setting SET payroll_sort = \'107\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1874\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16021,_binary 'UPDATE cw_form_setting SET payroll_sort = \'108\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'360\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16022,_binary 'UPDATE cw_form_setting SET payroll_sort = \'109\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1875\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16023,_binary 'UPDATE cw_form_setting SET payroll_sort = \'110\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1876\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16024,_binary 'UPDATE cw_form_setting SET payroll_sort = \'111\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1877\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16025,_binary 'UPDATE cw_form_setting SET payroll_sort = \'112\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1878\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16026,_binary 'UPDATE cw_form_setting SET payroll_sort = \'113\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1879\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16027,_binary 'UPDATE cw_form_setting SET payroll_sort = \'114\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1881\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16028,_binary 'UPDATE cw_form_setting SET payroll_sort = \'115\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1883\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16029,_binary 'UPDATE cw_form_setting SET payroll_sort = \'116\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'400\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16030,_binary 'UPDATE cw_form_setting SET payroll_sort = \'117\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1884\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16031,_binary 'UPDATE cw_form_setting SET payroll_sort = \'118\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1887\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16032,_binary 'UPDATE cw_form_setting SET payroll_sort = \'119\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1888\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16033,_binary 'UPDATE cw_form_setting SET payroll_sort = \'120\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16034,_binary 'UPDATE cw_form_setting SET payroll_sort = \'121\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1890\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16035,_binary 'UPDATE cw_form_setting SET payroll_sort = \'122\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'889\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16036,_binary 'UPDATE cw_form_setting SET payroll_sort = \'123\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1891\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16037,_binary 'UPDATE cw_form_setting SET payroll_sort = \'124\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'428\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16038,_binary 'UPDATE cw_form_setting SET payroll_sort = \'125\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1892\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16039,_binary 'UPDATE cw_form_setting SET payroll_sort = \'126\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1893\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16040,_binary 'UPDATE cw_form_setting SET payroll_sort = \'127\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1894\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16041,_binary 'UPDATE cw_form_setting SET payroll_sort = \'128\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1896\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16042,_binary 'UPDATE cw_form_setting SET payroll_sort = \'129\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1897\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16043,_binary 'UPDATE cw_form_setting SET payroll_sort = \'130\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1898\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16044,_binary 'UPDATE cw_form_setting SET payroll_sort = \'131\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1899\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16045,_binary 'UPDATE cw_form_setting SET payroll_sort = \'132\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1900\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16046,_binary 'UPDATE cw_form_setting SET payroll_sort = \'133\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'373\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16047,_binary 'UPDATE cw_form_setting SET payroll_sort = \'134\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1901\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16048,_binary 'UPDATE cw_form_setting SET payroll_sort = \'135\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'375\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16049,_binary 'UPDATE cw_form_setting SET payroll_sort = \'136\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1903\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16050,_binary 'UPDATE cw_form_setting SET payroll_sort = \'137\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1904\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16051,_binary 'UPDATE cw_form_setting SET payroll_sort = \'138\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'381\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16052,_binary 'UPDATE cw_form_setting SET payroll_sort = \'139\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1907\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16053,_binary 'UPDATE cw_form_setting SET payroll_sort = \'140\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'471\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16054,_binary 'UPDATE cw_form_setting SET payroll_sort = \'141\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1909\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16055,_binary 'UPDATE cw_form_setting SET payroll_sort = \'142\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1910\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16056,_binary 'UPDATE cw_form_setting SET payroll_sort = \'143\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1912\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16057,_binary 'UPDATE cw_form_setting SET payroll_sort = \'144\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1913\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16058,_binary 'UPDATE cw_form_setting SET payroll_sort = \'145\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1914\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16059,_binary 'UPDATE cw_form_setting SET payroll_sort = \'146\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1915\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16060,_binary 'UPDATE cw_form_setting SET payroll_sort = \'147\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1916\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16061,_binary 'UPDATE cw_form_setting SET payroll_sort = \'148\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1917\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16062,_binary 'UPDATE cw_form_setting SET payroll_sort = \'149\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'2009\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16063,_binary 'UPDATE cw_form_setting SET payroll_sort = \'150\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1837\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16064,_binary 'UPDATE cw_form_setting SET payroll_sort = \'151\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1919\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16065,_binary 'UPDATE cw_form_setting SET payroll_sort = \'152\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1834\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16066,_binary 'UPDATE cw_form_setting SET payroll_sort = \'153\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'2010\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16067,_binary 'UPDATE cw_form_setting SET payroll_sort = \'154\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1921\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16068,_binary 'UPDATE cw_form_setting SET payroll_sort = \'155\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1922\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16069,_binary 'UPDATE cw_form_setting SET payroll_sort = \'156\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1923\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16070,_binary 'UPDATE cw_form_setting SET payroll_sort = \'157\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1924\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16071,_binary 'UPDATE cw_form_setting SET payroll_sort = \'158\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1925\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16072,_binary 'UPDATE cw_form_setting SET payroll_sort = \'159\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1927\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16073,_binary 'UPDATE cw_form_setting SET payroll_sort = \'160\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1928\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16074,_binary 'UPDATE cw_form_setting SET payroll_sort = \'161\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1929\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16075,_binary 'UPDATE cw_form_setting SET payroll_sort = \'162\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1930\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16076,_binary 'UPDATE cw_form_setting SET payroll_sort = \'163\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1931\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16077,_binary 'UPDATE cw_form_setting SET payroll_sort = \'164\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1932\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16078,_binary 'UPDATE cw_form_setting SET payroll_sort = \'165\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1933\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16079,_binary 'UPDATE cw_form_setting SET payroll_sort = \'166\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-22 09:56:50\' WHERE prime_form_id = \'1940\' AND prime_module_id = \'employees\'',1,'2022-12-22 09:56:50',0,NULL,0,NULL,1),(16080,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"210\",\"payroll_wizard\",\"Payroll Wizard\",\"custome\",\"5\",\"4\",\"1,2,3,4\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"2\",\"\",\"1\",\"2022-12-22 10:03:24\")',1,'2022-12-22 10:03:24',0,NULL,0,NULL,1),(16081,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"payroll_wizard\",\"payroll_wizard\")',1,'2022-12-22 10:03:24',0,NULL,0,NULL,1),(16082,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"payroll_wizard\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-12-22 10:03:24',0,NULL,0,NULL,1),(16083,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'4\',label_name = \'date_of_joining\',view_name = \'Date Of Joining\',short_name = \'Date of Joining\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 13:11:47\' WHERE prime_form_id = \'75\'',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16084,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16085,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16086,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16087,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16088,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16089,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16090,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16091,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16092,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16093,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16094,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16095,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16096,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16097,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16098,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16099,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16100,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16101,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16102,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16103,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16104,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16105,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16106,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16107,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16108,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16109,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16110,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16111,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16112,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16113,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16114,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16115,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16116,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16117,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16118,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16119,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16120,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16121,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16122,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16123,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 13:11:47',0,NULL,0,NULL,1),(16124,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1),(16125,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1),(16126,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1),(16127,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1),(16128,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1),(16129,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1);
INSERT INTO `cw_all_setting_queries` (`prime_all_setting_queries_id`, `all_setting_query`, `trans_created_by`, `trans_created_date`, `trans_updated_by`, `trans_updated_date`, `trans_deleted_by`, `trans_deleted_date`, `trans_status`) VALUES (16130,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1),(16131,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1),(16132,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1),(16133,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1),(16134,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1),(16135,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1),(16136,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 13:11:48',0,NULL,0,NULL,1),(16137,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'4\',label_name = \'date_of_joining\',view_name = \'Date Of Joining\',short_name = \'Date of Joining\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 13:12:04\' WHERE prime_form_id = \'75\'',1,'2022-12-26 13:12:04',0,NULL,0,NULL,1),(16138,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 13:12:04',0,NULL,0,NULL,1),(16139,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 13:12:04',0,NULL,0,NULL,1),(16140,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 13:12:04',0,NULL,0,NULL,1),(16141,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 13:12:04',0,NULL,0,NULL,1),(16142,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 13:12:04',0,NULL,0,NULL,1),(16143,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 13:12:04',0,NULL,0,NULL,1),(16144,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 13:12:04',0,NULL,0,NULL,1),(16145,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 13:12:04',0,NULL,0,NULL,1),(16146,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 13:12:04',0,NULL,0,NULL,1),(16147,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 13:12:04',0,NULL,0,NULL,1),(16148,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 13:12:04',0,NULL,0,NULL,1),(16149,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16150,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16151,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16152,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16153,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16154,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16155,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16156,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16157,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16158,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16159,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16160,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16161,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16162,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16163,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16164,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16165,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16166,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16167,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16168,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16169,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16170,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16171,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16172,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16173,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16174,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16175,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16176,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16177,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16178,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16179,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16180,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16181,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16182,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16183,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16184,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16185,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16186,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16187,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16188,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16189,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16190,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 13:12:05',0,NULL,0,NULL,1),(16191,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'4\',label_name = \'date_of_joining\',view_name = \'Date Of Joining\',short_name = \'Date of Joining\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 13:12:19\' WHERE prime_form_id = \'75\'',1,'2022-12-26 13:12:19',0,NULL,0,NULL,1),(16192,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16193,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16194,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16195,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16196,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16197,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16198,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16199,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16200,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16201,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16202,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16203,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16204,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16205,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16206,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16207,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16208,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16209,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16210,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16211,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16212,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16213,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16214,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16215,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16216,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16217,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16218,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16219,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16220,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16221,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16222,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16223,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16224,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16225,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16226,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16227,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16228,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16229,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16230,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16231,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16232,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16233,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16234,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16235,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16236,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16237,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16238,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16239,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16240,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16241,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16242,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16243,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16244,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 13:12:20',0,NULL,0,NULL,1),(16245,_binary 'UPDATE cw_form_view_setting SET prime_view_module_id = \'employees\',form_view_type = \'2\',form_view_type_mode = \'null\',form_view_label_name = \'verification\',form_view_heading = \'verification\',form_view_for = \'1,2\',view_user_right = \'1,2,4,6,7,8,10,11,12,13\',form_view_show = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 14:37:53\' WHERE prime_form_view_id = \'233\'',1,'2022-12-26 14:37:53',0,NULL,0,NULL,1),(16246,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\' WHERE input_for = \'233\'',1,'2022-12-26 14:37:53',0,NULL,0,NULL,1),(16247,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'emp_name\',view_name = \'Employee Name\',short_name = \'Employee Name\',text_type = \'1\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'1\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 14:58:43\' WHERE prime_form_id = \'3\'',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16248,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16249,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16250,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16251,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16252,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16253,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16254,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16255,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16256,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16257,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16258,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16259,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16260,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16261,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16262,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16263,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16264,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16265,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16266,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16267,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16268,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16269,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16270,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16271,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16272,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16273,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16274,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16275,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16276,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16277,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16278,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16279,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16280,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16281,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16282,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16283,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16284,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16285,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16286,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16287,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16288,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16289,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16290,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16291,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16292,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 14:58:43',0,NULL,0,NULL,1),(16293,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 14:58:44',0,NULL,0,NULL,1),(16294,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 14:58:44',0,NULL,0,NULL,1),(16295,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 14:58:44',0,NULL,0,NULL,1),(16296,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 14:58:44',0,NULL,0,NULL,1),(16297,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 14:58:44',0,NULL,0,NULL,1),(16298,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 14:58:44',0,NULL,0,NULL,1),(16299,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 14:58:44',0,NULL,0,NULL,1),(16300,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 14:58:44',0,NULL,0,NULL,1),(16301,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'role\',view_name = \'Category\',short_name = \'category\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_category_id,category_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_category\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'category_name\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 14:59:53\' WHERE prime_form_id = \'1\'',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16302,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16303,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16304,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16305,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16306,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16307,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16308,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16309,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16310,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16311,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16312,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16313,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16314,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16315,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16316,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16317,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16318,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16319,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16320,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16321,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16322,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16323,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16324,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16325,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16326,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16327,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16328,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16329,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16330,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16331,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16332,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16333,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16334,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16335,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16336,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16337,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16338,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16339,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16340,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16341,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16342,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16343,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16344,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16345,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16346,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16347,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16348,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 14:59:53',0,NULL,0,NULL,1),(16349,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 14:59:54',0,NULL,0,NULL,1),(16350,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 14:59:54',0,NULL,0,NULL,1),(16351,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 14:59:54',0,NULL,0,NULL,1),(16352,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 14:59:54',0,NULL,0,NULL,1),(16353,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 14:59:54',0,NULL,0,NULL,1),(16354,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 14:59:54',0,NULL,0,NULL,1),(16355,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'employee_code\',view_name = \'Employee Code\',short_name = \'Code\',text_type = \'2\',date_type = \'0\',field_length = \'100\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'0\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'1\',pick_display_value = \'\',field_show = \'1\',field_for = \'1\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'1\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'1\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'1\',picklist_data = \'0\',duplicate_data = \'1\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 15:00:17\' WHERE prime_form_id = \'2\'',1,'2022-12-26 15:00:17',0,NULL,0,NULL,1),(16356,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16357,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16358,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16359,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16360,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16361,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16362,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16363,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16364,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16365,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16366,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16367,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16368,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16369,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16370,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16371,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16372,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16373,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16374,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16375,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16376,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16377,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16378,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16379,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16380,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16381,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16382,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16383,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16384,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16385,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16386,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16387,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16388,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16389,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16390,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16391,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16392,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16393,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16394,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16395,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16396,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16397,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16398,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16399,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16400,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16401,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16402,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16403,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16404,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16405,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16406,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16407,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16408,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:00:18',0,NULL,0,NULL,1),(16409,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'department\',view_name = \'Department\',short_name = \'Department\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_department_id,department\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_department\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'department\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 15:01:08\' WHERE prime_form_id = \'67\'',1,'2022-12-26 15:01:08',0,NULL,0,NULL,1),(16410,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:01:08',0,NULL,0,NULL,1),(16411,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16412,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16413,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16414,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16415,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16416,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16417,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16418,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16419,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16420,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16421,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16422,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16423,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16424,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16425,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16426,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16427,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16428,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16429,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16430,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16431,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16432,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16433,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16434,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16435,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16436,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16437,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16438,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16439,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16440,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16441,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16442,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16443,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16444,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16445,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16446,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16447,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16448,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16449,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16450,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16451,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16452,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16453,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16454,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16455,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16456,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16457,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16458,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16459,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16460,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16461,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16462,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:01:09',0,NULL,0,NULL,1),(16463,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'designation\',view_name = \'Designation\',short_name = \'Designation\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_position_id,position_name\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_position\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'position_name\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 15:01:47\' WHERE prime_form_id = \'68\'',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16464,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16465,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16466,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16467,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16468,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16469,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16470,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16471,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16472,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16473,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16474,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16475,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16476,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16477,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16478,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16479,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16480,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16481,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16482,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16483,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16484,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16485,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16486,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16487,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16488,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16489,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16490,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16491,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16492,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16493,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16494,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16495,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16496,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16497,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16498,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16499,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16500,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16501,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16502,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16503,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16504,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16505,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16506,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16507,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16508,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:01:47',0,NULL,0,NULL,1),(16509,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:01:48',0,NULL,0,NULL,1),(16510,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:01:48',0,NULL,0,NULL,1),(16511,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:01:48',0,NULL,0,NULL,1),(16512,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:01:48',0,NULL,0,NULL,1),(16513,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:01:48',0,NULL,0,NULL,1),(16514,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 15:01:48',0,NULL,0,NULL,1),(16515,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:01:48',0,NULL,0,NULL,1),(16516,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:01:48',0,NULL,0,NULL,1),(16517,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'1\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'location\',view_name = \'Location\',short_name = \'Location\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_location_id,location\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_location\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'location\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 15:02:35\' WHERE prime_form_id = \'112\'',1,'2022-12-26 15:02:35',0,NULL,0,NULL,1),(16518,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16519,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16520,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16521,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16522,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16523,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16524,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16525,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16526,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16527,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16528,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16529,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16530,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16531,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16532,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16533,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16534,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16535,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16536,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16537,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16538,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16539,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16540,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16541,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16542,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16543,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16544,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16545,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16546,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16547,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16548,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16549,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16550,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16551,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16552,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16553,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16554,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16555,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16556,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16557,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16558,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16559,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16560,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16561,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16562,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16563,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16564,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16565,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16566,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16567,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16568,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16569,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16570,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:02:36',0,NULL,0,NULL,1),(16571,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'hr_status\',view_name = \'HR Status\',short_name = \'HR Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_hr_status_id,hr_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_hr_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'hr_status\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 15:36:10\' WHERE prime_form_id = \'748\'',1,'2022-12-26 15:36:10',0,NULL,0,NULL,1),(16572,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:36:10',0,NULL,0,NULL,1),(16573,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:36:10',0,NULL,0,NULL,1),(16574,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:36:10',0,NULL,0,NULL,1),(16575,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:36:10',0,NULL,0,NULL,1),(16576,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:36:10',0,NULL,0,NULL,1),(16577,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:36:10',0,NULL,0,NULL,1),(16578,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:36:10',0,NULL,0,NULL,1),(16579,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 15:36:10',0,NULL,0,NULL,1),(16580,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:36:10',0,NULL,0,NULL,1),(16581,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:36:10',0,NULL,0,NULL,1),(16582,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16583,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16584,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16585,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16586,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16587,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16588,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16589,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16590,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16591,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16592,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16593,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16594,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16595,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16596,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16597,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16598,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16599,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16600,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16601,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16602,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16603,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16604,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16605,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16606,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16607,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16608,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16609,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16610,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16611,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16612,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16613,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16614,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16615,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16616,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16617,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16618,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16619,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16620,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16621,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16622,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16623,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16624,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:36:11',0,NULL,0,NULL,1),(16625,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_status\',view_name = \'Manager Status\',short_name = \'Manager Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_manager_status_id,manager_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_manager_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'manager_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 15:36:27\' WHERE prime_form_id = \'744\'',1,'2022-12-26 15:36:27',0,NULL,0,NULL,1),(16626,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16627,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16628,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16629,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16630,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16631,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16632,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16633,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16634,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16635,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16636,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16637,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16638,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16639,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16640,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16641,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16642,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16643,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16644,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16645,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16646,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16647,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16648,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16649,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16650,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16651,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16652,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16653,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16654,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16655,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16656,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16657,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16658,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16659,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16660,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16661,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16662,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16663,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16664,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16665,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16666,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16667,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16668,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16669,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16670,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16671,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16672,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16673,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16674,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16675,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16676,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16677,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16678,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:36:28',0,NULL,0,NULL,1),(16679,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'manager_status\',view_name = \'Manager Status\',short_name = \'Manager Status\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'prime_manager_status_id,manager_status\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_manager_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'1\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'manager_status\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 15:40:33\' WHERE prime_form_id = \'744\'',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16680,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16681,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16682,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16683,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16684,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16685,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16686,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16687,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16688,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16689,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16690,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16691,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16692,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16693,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16694,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16695,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16696,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16697,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16698,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16699,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16700,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16701,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16702,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16703,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16704,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16705,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16706,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16707,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16708,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16709,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16710,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16711,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16712,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16713,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16714,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16715,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16716,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16717,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16718,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16719,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16720,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16721,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16722,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16723,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16724,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:40:33',0,NULL,0,NULL,1),(16725,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:40:34',0,NULL,0,NULL,1),(16726,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:40:34',0,NULL,0,NULL,1),(16727,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:40:34',0,NULL,0,NULL,1),(16728,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:40:34',0,NULL,0,NULL,1),(16729,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:40:34',0,NULL,0,NULL,1),(16730,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 15:40:34',0,NULL,0,NULL,1),(16731,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:40:34',0,NULL,0,NULL,1),(16732,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:40:34',0,NULL,0,NULL,1),(16733,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'tl_report\',view_name = \'Team Leader Reporting\',short_name = \'Team Leader Reporting\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \'employee_code,emp_name\',pick_list_type = \'1\',pick_list_import = \'1\',pick_table = \'cw_employees\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'employee_code,emp_name\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 15:47:47\' WHERE prime_form_id = \'693\'',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16734,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16735,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16736,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16737,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16738,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16739,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16740,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16741,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16742,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16743,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16744,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16745,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16746,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16747,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16748,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16749,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16750,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16751,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16752,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16753,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16754,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16755,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16756,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16757,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16758,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16759,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16760,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16761,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16762,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16763,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:47',0,NULL,0,NULL,1),(16764,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16765,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16766,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16767,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16768,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16769,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16770,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16771,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16772,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16773,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16774,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16775,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16776,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16777,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16778,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16779,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16780,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16781,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16782,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1);
INSERT INTO `cw_all_setting_queries` (`prime_all_setting_queries_id`, `all_setting_query`, `trans_created_by`, `trans_created_date`, `trans_updated_by`, `trans_updated_date`, `trans_deleted_by`, `trans_deleted_date`, `trans_status`) VALUES (16783,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16784,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16785,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16786,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 15:47:48',0,NULL,0,NULL,1),(16787,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"211\",\"team\",\"Team\",\"dynamic\",\"5\",\"5\",\"1,2,3,4\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-12-26 04:05:35\")',1,'2022-12-26 16:05:35',0,NULL,0,NULL,1),(16788,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"team\",\"team\")',1,'2022-12-26 16:05:35',0,NULL,0,NULL,1),(16789,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"team\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-12-26 16:05:35',0,NULL,0,NULL,1),(16790,_binary 'INSERT INTO cw_form_view_setting \n (prime_view_module_id,form_view_type,form_view_type_mode,form_view_label_name,form_view_heading,form_view_for,view_user_right,form_view_show,form_view_sort,\n trans_created_by,trans_created_date) VALUES (\'team\',\'1\',\'\',\'team_details\',\'team details\',\'1,2,3,4\',\'1,2,4,6,7,8,10,11,12,13\',\'1\',\'1\',\'1\',\'2022-12-26 16:06:10\')',1,'2022-12-26 16:06:10',0,NULL,0,NULL,1),(16791,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'16790\'',1,'2022-12-26 16:06:10',0,NULL,0,NULL,1),(16792,_binary 'UPDATE cw_form_view_setting SET prime_view_module_id = \'team\',form_view_type = \'1\',form_view_type_mode = \'null\',form_view_label_name = \'team_details\',form_view_heading = \'Team Details\',form_view_for = \'1,2,3,4\',view_user_right = \'1,2,4,6,7,8,10,11,12,13\',form_view_show = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 16:06:35\' WHERE prime_form_view_id = \'240\'',1,'2022-12-26 16:06:35',0,NULL,0,NULL,1),(16793,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'240\'',1,'2022-12-26 16:06:35',0,NULL,0,NULL,1),(16794,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,onboard_input,trans_created_by,trans_created_date) VALUES (\'1\',\'240\',\'team\',\'1\',\'team\',\'Team\',\'team\',\'2\',\'0\',\'50\',\'0\',\' \',\'1\',\'0\',\'1\',\'0\',\'1\',\'1\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2,3,4\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-26 16:08:00\')',1,'2022-12-26 16:08:00',0,NULL,0,NULL,1),(16795,_binary 'CREATE TABLE IF NOT EXISTS cw_team(prime_team_id int(11) NOT NULL AUTO_INCREMENT,team varchar(50) NULL DEFAULT \'0\', trans_created_by INT(11) NULL DEFAULT \'0\', trans_created_date DATETIME NULL DEFAULT NULL, trans_updated_by INT(11) NULL DEFAULT \'0\', trans_updated_date DATETIME NULL DEFAULT NULL, trans_deleted_by INT(11) NULL DEFAULT \'0\', trans_deleted_date DATETIME NULL DEFAULT NULL,trans_status INT(11) NULL DEFAULT \'1\',PRIMARY KEY (`prime_team_id`))',1,'2022-12-26 16:08:00',0,NULL,0,NULL,1),(16796,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,onboard_input,trans_created_by,trans_created_date) VALUES (\'1\',\'240\',\'team\',\'5\',\'tl_report\',\'TL\',\'TL\',\'0\',\'0\',\'0\',\'0\',\'employee_code,emp_name\',\'1\',\'0\',\'1\',\'0\',\'1\',\'2\',\'1\',\'2\',\'cw_employees\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2,3,4\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'employee_code,emp_name\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-26 16:12:57\')',1,'2022-12-26 16:12:57',0,NULL,0,NULL,1),(16797,_binary 'ALTER TABLE cw_team CHANGE prime_team_id prime_team_id int(11) NOT NULL AUTO_INCREMENT,ADD tl_report varchar(100) NULL DEFAULT \'0\' AFTER team,CHANGE team team varchar(50) NULL DEFAULT \'0\'',1,'2022-12-26 16:12:57',0,NULL,0,NULL,1),(16798,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,onboard_input,trans_created_by,trans_created_date) VALUES (\'1\',\'240\',\'team\',\'5\',\'manager_report\',\'PM\',\'PM\',\'0\',\'0\',\'0\',\'0\',\'employee_code,emp_name\',\'1\',\'0\',\'1\',\'0\',\'1\',\'3\',\'1\',\'2\',\'cw_employees\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2,3,4\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'employee_code,emp_name\',\'1\',\'1\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'2022-12-26 16:14:24\')',1,'2022-12-26 16:14:24',0,NULL,0,NULL,1),(16799,_binary 'ALTER TABLE cw_team CHANGE prime_team_id prime_team_id int(11) NOT NULL AUTO_INCREMENT,ADD manager_report varchar(100) NULL DEFAULT \'0\' AFTER tl_report,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE team team varchar(50) NULL DEFAULT \'0\'',1,'2022-12-26 16:14:24',0,NULL,0,NULL,1),(16800,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'1\',label_name = \'team\',view_name = \'Team\',short_name = \'Team\',text_type = \'2\',date_type = \'0\',field_length = \'50\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 16:20:58\' WHERE prime_form_id = \'1961\'',1,'2022-12-26 16:20:58',0,NULL,0,NULL,1),(16801,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16802,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16803,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16804,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16805,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16806,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16807,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16808,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16809,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16810,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16811,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16812,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16813,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16814,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16815,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16816,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16817,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16818,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16819,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16820,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16821,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16822,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16823,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16824,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16825,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16826,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16827,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16828,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16829,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16830,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16831,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16832,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16833,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16834,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16835,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16836,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16837,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16838,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16839,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16840,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16841,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16842,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16843,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16844,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16845,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16846,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16847,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16848,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16849,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16850,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16851,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16852,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16853,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:20:59',0,NULL,0,NULL,1),(16854,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'69\',prime_module_id = \'employees\' ,field_type = \'5\',label_name = \'termination_status\',view_name = \'Employee Status\',short_name = \'Employee Status\',text_type = \'0\',date_type = \'0\',field_length = \'10\',field_decimals = \'0\',pick_list = \'prime_active_status_id,active_status_value\',pick_list_type = \'1\',pick_list_import = \'2\',pick_table = \'cw_active_status\',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'0\',mandatory_field = \'1\',unique_field = \'0\',pick_display_value = \'active_status_value\',field_show = \'1\',field_for = \'1,2\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'500\',table_show = \'1\',search_show = \'1\',transaction_type = \'1\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'1\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'1\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 16:21:58\' WHERE prime_form_id = \'428\'',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16855,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16856,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16857,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16858,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16859,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16860,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16861,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16862,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16863,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16864,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16865,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16866,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16867,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16868,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16869,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16870,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16871,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16872,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16873,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16874,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16875,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16876,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16877,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16878,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16879,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16880,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16881,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16882,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16883,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16884,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16885,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16886,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16887,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16888,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16889,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16890,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16891,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16892,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16893,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16894,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16895,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16896,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16897,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16898,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16899,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16900,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16901,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16902,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16903,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16904,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16905,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16906,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16907,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:21:58',0,NULL,0,NULL,1),(16908,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'4\',label_name = \'incdate\',view_name = \'Increment Date\',short_name = \'Increment Date\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 16:22:58\' WHERE prime_form_id = \'1945\'',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16909,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16910,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16911,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16912,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16913,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16914,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16915,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16916,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16917,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16918,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16919,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16920,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16921,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16922,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16923,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16924,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16925,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16926,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16927,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16928,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16929,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16930,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16931,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16932,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16933,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16934,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16935,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16936,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16937,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16938,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16939,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16940,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16941,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16942,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16943,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16944,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16945,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16946,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16947,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16948,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16949,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16950,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16951,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16952,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16953,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:22:58',0,NULL,0,NULL,1),(16954,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:22:59',0,NULL,0,NULL,1),(16955,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:22:59',0,NULL,0,NULL,1),(16956,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:22:59',0,NULL,0,NULL,1),(16957,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:22:59',0,NULL,0,NULL,1),(16958,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:22:59',0,NULL,0,NULL,1),(16959,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 16:22:59',0,NULL,0,NULL,1),(16960,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:22:59',0,NULL,0,NULL,1),(16961,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:22:59',0,NULL,0,NULL,1),(16962,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'8\',label_name = \'increm\',view_name = \'INCREMENT REMARKS\',short_name = \'Increment Remarks\',text_type = \'0\',date_type = \'0\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'0\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 16:23:34\' WHERE prime_form_id = \'1946\'',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16963,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16964,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16965,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16966,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16967,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16968,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16969,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16970,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16971,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16972,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16973,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16974,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16975,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16976,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16977,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16978,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16979,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16980,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16981,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16982,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16983,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16984,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16985,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16986,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16987,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16988,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16989,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16990,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16991,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16992,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16993,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16994,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16995,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16996,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16997,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16998,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(16999,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17000,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17001,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17002,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17003,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17004,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17005,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17006,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17007,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17008,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17009,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17010,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17011,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17012,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17013,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\'',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17014,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17015,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:23:34',0,NULL,0,NULL,1),(17016,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,onboard_input,trans_created_by,trans_created_date) VALUES (\'2\',\'118\',\'employees\',\'4\',\'confirm_date\',\'Confirmation Date\',\'Confirmation Date\',\'0\',\'1\',\'0\',\'0\',\' \',\'1\',\'\',\'0\',\'0\',\'1\',\'23\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2,3,4\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'1\',\'2022-12-26 16:31:38\')',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17017,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',ADD confirm_date date NULL DEFAULT NULL AFTER empr_esi_cond,CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17018,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17019,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17020,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17021,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17022,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17023,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17024,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17025,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17026,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17027,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17028,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17029,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17030,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17031,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17032,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17033,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17034,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17035,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17036,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17037,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17038,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17039,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17040,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17041,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17042,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17043,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17044,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17045,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17046,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17047,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17048,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17049,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17050,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17051,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17052,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17053,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17054,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17055,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17056,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17057,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17058,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17059,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17060,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17061,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17062,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17063,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17064,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17065,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17066,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17067,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',ADD confirm_date date NULL DEFAULT NULL AFTER empr_esi_cond',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17068,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17069,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:31:38',0,NULL,0,NULL,1),(17070,_binary 'UPDATE cw_form_setting SET input_view_type = \'2\',input_for = \'118\',prime_module_id = \'employees\' ,field_type = \'4\',label_name = \'incdate\',view_name = \'Increment Date\',short_name = \'Increment Date\',text_type = \'0\',date_type = \'1\',field_length = \'0\',field_decimals = \'0\',pick_list = \' \',pick_list_type = \'0\',pick_list_import = \'2\',pick_table = \' \',dependent_pick_list = \'2\',dependent_pick_input = \'\',table_column1 = \'\',table_column2 = \'\',auto_prime_id = \' \',auto_dispaly_value = \' \',field_isdefault = \'1\',default_value = \'\',mandatory_field = \'0\',unique_field = \'0\',pick_display_value = \'\',field_show = \'1\',field_for = \'1,2,3,4\',user_right_for = \'1,2,4,6,7,8,10,11,12,13\',file_type = \'\',upload_extension = \'\',upload_file_size = \'0\',table_show = \'0\',search_show = \'0\',transaction_type = \'4\',gross_check = \'0\',taxable_check = \'0\',earn_month_check = \'0\',earn_payroll_check = \'0\',ded_payroll_check = \'0\',benefit_check = \'0\',increment_check = \'0\',arrear_pf_check = \'0\',fandf_check = \'0\',deduction_check = \'0\',deduction_month_check = \'0\',loan_check = \'0\',uniform_check = \'0\',edit_read = \'0\',picklist_data = \'0\',duplicate_data = \'0\',onboard_input = \'1\',trans_updated_by = \'1\',trans_updated_date = \'2022-12-26 16:33:33\' WHERE prime_form_id = \'1945\'',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17071,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE confirm_date confirm_date date NULL DEFAULT NULL,CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17072,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17073,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17074,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17075,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17076,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17077,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17078,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17079,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17080,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17081,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17082,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17083,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17084,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17085,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17086,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17087,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17088,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17089,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17090,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17091,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17092,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17093,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17094,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17095,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17096,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17097,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17098,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17099,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17100,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17101,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17102,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17103,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17104,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17105,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17106,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17107,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17108,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17109,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17110,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17111,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17112,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17113,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17114,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17115,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17116,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17117,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17118,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17119,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17120,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17121,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE confirm_date confirm_date date NULL DEFAULT NULL',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17122,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17123,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:33:33',0,NULL,0,NULL,1),(17124,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,onboard_input,trans_created_by,trans_created_date) VALUES (\'2\',\'118\',\'employees\',\'5\',\'inc_period\',\'Increment Period\',\'Increment period\',\'0\',\'0\',\'0\',\'0\',\'prime_status_mode_id,status_mode_value\',\'1\',\'0\',\'1\',\'0\',\'1\',\'24\',\'1\',\'2\',\'cw_status_mode\',\'2\',\'\',\'\',\'\',\' \',\' \',\'1,2,3,4\',\'1,2,4,6,7,8,10,11,12,13\',\'\',\'\',\'0\',\'status_mode_value\',\'0\',\'0\',\'4\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'0\',\'1\',\'1\',\'2022-12-26 16:34:58\')',1,'2022-12-26 16:34:58',0,NULL,0,NULL,1),(17125,_binary 'ALTER TABLE cw_employees CHANGE prime_employees_id prime_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE other_certifications other_certifications TEXT NULL,CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',ADD inc_period varchar(100) NULL DEFAULT \'0\' AFTER confirm_date,CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport_proof passport_proof TEXT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE confirm_date confirm_date date NULL DEFAULT NULL,CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE increm increm TEXT NULL,CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE dow dow date NULL DEFAULT NULL,CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE hr_remark hr_remark TEXT NULL,CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_reason separation_reason TEXT NULL,CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE education_proof education_proof TEXT NULL,CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE address_proof address_proof TEXT NULL,CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE id_proof id_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE profile_picture profile_picture TEXT NULL,CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:34:58',0,NULL,0,NULL,1),(17126,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:34:58',0,NULL,0,NULL,1),(17127,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:34:58',0,NULL,0,NULL,1),(17128,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:34:58',0,NULL,0,NULL,1),(17129,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"0\"',1,'2022-12-26 16:34:58',0,NULL,0,NULL,1),(17130,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:34:58',0,NULL,0,NULL,1),(17131,_binary 'UPDATE cw_zct_10 SET cw_zct_10_status = \"1\" WHERE FIND_IN_SET(cw_zct_10_value,\"Yes,No\")',1,'2022-12-26 16:34:58',0,NULL,0,NULL,1),(17132,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"0\"',1,'2022-12-26 16:34:58',0,NULL,0,NULL,1),(17133,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17134,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17135,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17136,_binary 'UPDATE cw_zct_12 SET cw_zct_12_status = \"1\" WHERE FIND_IN_SET(cw_zct_12_value,\"Resigned,Abscond,Terminated,Separation\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17137,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"0\"',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17138,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17139,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17140,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17141,_binary 'UPDATE cw_zct_13 SET cw_zct_13_status = \"1\" WHERE FIND_IN_SET(cw_zct_13_value,\"Hold For FandF,Hold For other,Unhold,Supplementry Day\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17142,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"0\"',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17143,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17144,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17145,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17146,_binary 'UPDATE cw_zct_26 SET cw_zct_26_status = \"1\" WHERE FIND_IN_SET(cw_zct_26_value,\"Not Joining,Resigned,Abscond,Terminated\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17147,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"0\"',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17148,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17149,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17150,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17151,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17152,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17153,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17154,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17155,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17156,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17157,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17158,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17159,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17160,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17161,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17162,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17163,_binary 'UPDATE cw_zct_34 SET cw_zct_34_status = \"1\" WHERE FIND_IN_SET(cw_zct_34_value,\"Aadhar Card,Driving Licence,Voter Id,Ration Card,Passport,Bank Passbook,Gas Bill,EB Bill,Rental Agreement,Registration Doc,Community Affidavit,Rental Receipt,Hostel Bills,Hostel ID Card,Any Other Proof,NA\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17164,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"0\"',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17165,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17166,_binary 'UPDATE cw_zct_42 SET cw_zct_42_status = \"1\" WHERE FIND_IN_SET(cw_zct_42_value,\"Separated,Rejoined\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17167,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"0\"',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17168,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17169,_binary 'UPDATE cw_zct_49 SET cw_zct_49_status = \"1\" WHERE FIND_IN_SET(cw_zct_49_value,\"With Declaration,Without Declaration(New)\")',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17170,_binary 'ALTER TABLE cw_transactions_dlt CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17171,_binary 'ALTER TABLE cw_transactions CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\', CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\', CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\', CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\', CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\', CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\', CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\', CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\', CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\', CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\', CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\', CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\', CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\', CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\', CHANGE md md decimal(15,2) NULL DEFAULT \'0\', CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\', CHANGE designation designation varchar(100) NULL DEFAULT \'0\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\', CHANGE department department varchar(100) NULL DEFAULT \'0\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE branch branch varchar(100) NULL DEFAULT \'0\', CHANGE metro metro varchar(100) NULL DEFAULT \'0\', CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\', CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\', CHANGE resignation_date resignation_date date NULL DEFAULT NULL',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17172,_binary 'ALTER TABLE cw_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17173,_binary 'ALTER TABLE cw_fandf_monthly_input CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\', CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\', CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\', CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\', CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\', CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\', CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\', CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\', CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\', CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\', CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\', CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\', CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\', CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\', CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\', CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\', CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\', CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\', CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\', CHANGE role role varchar(100) NULL DEFAULT \'0\', CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\', CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\', CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\', CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\', CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\', CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL, CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\', CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\', CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\', CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\', CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\'',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17174,_binary 'ALTER TABLE cw_tax_ind_cal CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17175,_binary 'ALTER TABLE cw_custom_employees CHANGE prime_custom_employees_id prime_custom_employees_id int(11) NOT NULL AUTO_INCREMENT,CHANGE role role varchar(100) NULL DEFAULT \'0\',CHANGE employee_code employee_code varchar(100) NULL DEFAULT \'\',CHANGE emp_name emp_name varchar(100) NULL DEFAULT \'\',CHANGE department department varchar(100) NULL DEFAULT \'0\',CHANGE designation designation varchar(100) NULL DEFAULT \'0\',CHANGE gender gender varchar(100) NULL DEFAULT \'0\',CHANGE date_of_birth date_of_birth date NULL DEFAULT NULL,CHANGE date_of_joining date_of_joining date NULL DEFAULT NULL,CHANGE marital_status marital_status varchar(100) NULL DEFAULT \'0\',CHANGE branch branch varchar(100) NULL DEFAULT \'0\',CHANGE address address varchar(255) NULL DEFAULT \'\',CHANGE city city varchar(150) NULL DEFAULT \'\',CHANGE pin_code pin_code int(10) NULL DEFAULT \'0\',CHANGE mobile_number mobile_number varchar(10) NULL DEFAULT NULL,CHANGE additional_mobile_number additional_mobile_number varchar(10) NULL DEFAULT NULL,CHANGE company_email_id company_email_id varchar(150) NULL DEFAULT NULL,CHANGE personal_email_id personal_email_id varchar(150) NULL DEFAULT NULL,CHANGE blood_group blood_group varchar(100) NULL DEFAULT \'0\',CHANGE metro metro varchar(100) NULL DEFAULT \'0\',CHANGE professional_tax_location professional_tax_location varchar(100) NULL DEFAULT \'0\',CHANGE esi_location esi_location varchar(100) NULL DEFAULT \'0\',CHANGE location location varchar(100) NULL DEFAULT \'0\',CHANGE bank_branch bank_branch varchar(200) NULL DEFAULT \'\',CHANGE pf_account_number pf_account_number varchar(100) NULL DEFAULT \'\',CHANGE bank_account_number bank_account_number varchar(100) NULL DEFAULT \'\',CHANGE uan_number uan_number varchar(13) NULL DEFAULT \'\',CHANGE pan_number pan_number varchar(10) NULL DEFAULT \'\',CHANGE esi_number esi_number varchar(100) NULL DEFAULT \'\',CHANGE present_address present_address varchar(100) NULL DEFAULT \'\',CHANGE present_city present_city varchar(100) NULL DEFAULT \'\',CHANGE present_pin_code present_pin_code int(10) NULL DEFAULT \'0\',CHANGE bank_name bank_name varchar(100) NULL DEFAULT \'0\',CHANGE emp_age emp_age int(10) NULL DEFAULT \'0\',CHANGE ifsc_code ifsc_code varchar(100) NULL DEFAULT \'\',CHANGE net_pay net_pay decimal(15,2) NULL DEFAULT \'0\',CHANGE total_deductions total_deductions decimal(15,2) NULL DEFAULT \'0\',CHANGE esi_eligibility esi_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE pf_eligibility pf_eligibility varchar(100) NULL DEFAULT \'0\',CHANGE lwf_location lwf_location varchar(100) NULL DEFAULT \'0\',CHANGE fpt_gross fpt_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE process_month process_month varchar(100) NULL DEFAULT \'0\',CHANGE resignation_date resignation_date date NULL DEFAULT NULL,CHANGE resignation_letter_upload resignation_letter_upload TEXT NULL,CHANGE separation_type separation_type varchar(100) NULL DEFAULT \'0\',CHANGE last_working_date last_working_date date NULL DEFAULT NULL,CHANGE separation_reason separation_reason TEXT NULL,CHANGE termination_status termination_status varchar(10) NULL DEFAULT \'0\',CHANGE stop_pay_status stop_pay_status varchar(10) NULL DEFAULT \'0\',CHANGE total_earnings total_earnings decimal(15,2) NULL DEFAULT \'0\',CHANGE user_right user_right varchar(100) NULL DEFAULT \'3\',CHANGE profile_picture profile_picture TEXT NULL,CHANGE tl_report tl_report varchar(100) NULL DEFAULT \'0\',CHANGE manager_report manager_report varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_card_no aadhar_card_no varchar(12) NULL DEFAULT \'\',CHANGE permanent_address permanent_address TEXT NULL,CHANGE mother_tongue mother_tongue varchar(50) NULL DEFAULT \'\',CHANGE emp_father_name emp_father_name varchar(50) NULL DEFAULT \'\',CHANGE manager_status manager_status varchar(100) NULL DEFAULT \'1\',CHANGE manager_reason manager_reason varchar(100) NULL DEFAULT \'0\',CHANGE manager_remark manager_remark TEXT NULL,CHANGE hr_status hr_status varchar(100) NULL DEFAULT \'1\',CHANGE hr_remark hr_remark TEXT NULL,CHANGE offer_reference_no offer_reference_no varchar(50) NULL DEFAULT \'\',CHANGE id_proof id_proof TEXT NULL,CHANGE address_proof address_proof TEXT NULL,CHANGE device_code device_code varchar(50) NULL DEFAULT \'\',CHANGE current_address_proof current_address_proof varchar(100) NULL DEFAULT \'0\',CHANGE payroll payroll varchar(100) NULL DEFAULT \'1\',CHANGE stop_pay_remarks stop_pay_remarks TEXT NULL,CHANGE branch_hr branch_hr varchar(100) NULL DEFAULT \'0\',CHANGE increment_approve_type increment_approve_type varchar(100) NULL DEFAULT \'1\',CHANGE gratuity gratuity decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period notice_period decimal(15,2) NULL DEFAULT \'0\',CHANGE first_level_approval first_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE second_level_approval second_level_approval varchar(100) NULL DEFAULT \'0\',CHANGE approve_type approve_type varchar(100) NULL DEFAULT \'1\',CHANGE monthly_tds monthly_tds decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_first_level increment_first_level varchar(100) NULL DEFAULT \'0\',CHANGE increment_second_level increment_second_level varchar(100) NULL DEFAULT \'0\',CHANGE differential_day differential_day decimal(15,2) NULL DEFAULT \'0\',CHANGE separation_day separation_day decimal(15,2) NULL DEFAULT \'0\',CHANGE increment_third_level increment_third_level varchar(100) NULL DEFAULT \'0\',CHANGE income_tax_type income_tax_type varchar(100) NULL DEFAULT \'0\',CHANGE first_time_login first_time_login varchar(100) NULL DEFAULT \'0\',CHANGE education_proof education_proof TEXT NULL,CHANGE design_template design_template varchar(100) NULL DEFAULT \'0\',CHANGE cost_centre cost_centre varchar(100) NULL DEFAULT \'0\',CHANGE conf_period conf_period varchar(10) NULL DEFAULT \'\',CHANGE conf_date conf_date date NULL DEFAULT NULL,CHANGE dow dow date NULL DEFAULT NULL,CHANGE grade grade varchar(100) NULL DEFAULT \'0\',CHANGE esi_dispensary esi_dispensary varchar(100) NULL DEFAULT \'0\',CHANGE pf_confirm_date pf_confirm_date date NULL DEFAULT NULL,CHANGE paymode paymode varchar(100) NULL DEFAULT \'0\',CHANGE retirement_date retirement_date date NULL DEFAULT NULL,CHANGE retirement_years retirement_years varchar(10) NULL DEFAULT \'\',CHANGE ept_gross ept_gross decimal(15,2) NULL DEFAULT \'0\',CHANGE ptax ptax decimal(15,2) NULL DEFAULT \'0\',CHANGE md md decimal(15,2) NULL DEFAULT \'0\',CHANGE pd pd decimal(15,2) NULL DEFAULT \'0\',CHANGE ld ld decimal(15,2) NULL DEFAULT \'0\',CHANGE s_pd s_pd decimal(15,2) NULL DEFAULT \'0\',CHANGE s_md s_md decimal(15,2) NULL DEFAULT \'0\',CHANGE notice_period_recovery_days notice_period_recovery_days decimal(15,2) NULL DEFAULT \'0\',CHANGE aadhar_client_id aadhar_client_id varchar(100) NULL DEFAULT \'\',CHANGE aadhar_no aadhar_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_validate_sts aadhar_validate_sts int(10) NULL DEFAULT \'0\',CHANGE send_otp send_otp varchar(50) NULL DEFAULT \'\',CHANGE enroll_type enroll_type varchar(100) NULL DEFAULT \'3\',CHANGE new_hire new_hire varchar(100) NULL DEFAULT \'0\',CHANGE state state varchar(100) NULL DEFAULT \'0\',CHANGE street street varchar(50) NULL DEFAULT \'\',CHANGE sub_district sub_district varchar(50) NULL DEFAULT \'\',CHANGE village_town village_town varchar(50) NULL DEFAULT \'\',CHANGE care_of care_of varchar(50) NULL DEFAULT \'\',CHANGE country country varchar(50) NULL DEFAULT \'\',CHANGE district district varchar(50) NULL DEFAULT \'\',CHANGE post_office post_office varchar(50) NULL DEFAULT \'\',CHANGE landmark landmark varchar(50) NULL DEFAULT \'\',CHANGE house_no house_no varchar(50) NULL DEFAULT \'\',CHANGE aadhar_image aadhar_image TEXT NULL,CHANGE save_type save_type int(10) NULL DEFAULT \'0\',CHANGE exp_ref_no exp_ref_no varchar(50) NULL DEFAULT \'0\',CHANGE new_hire_status new_hire_status varchar(100) NULL DEFAULT \'0\',CHANGE fctcn fctcn decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bonus bonus decimal(15,2) NULL DEFAULT \'0.00\',CHANGE exg exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ecea ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_epf er_epf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eg eg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE elta elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emed emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eot eot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epp epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE epa epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ephone ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_sts e_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE empr_esi empr_esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE emlr_pf emlr_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE err_per err_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs esi_grs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE e_days e_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb40 fb40 decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fb fb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fxg fxg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fcea fcea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fca fca decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fctc fctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fepf fepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fg fg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fhra fhra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flb flb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE flta flta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fma fma decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fmed fmed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fnp fnp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE foa foa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpp fpp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpa fpa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfg fpfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fpfgt fpfgt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fphone fphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE food_pd food_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE hra hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE inc_adj inc_adj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lapreim lapreim decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashamt lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashday lev_encashday decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lev_encashrate lev_encashrate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lectc lectc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE led led decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcd lcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE lcmd lcmd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE loyalbon loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE feb_inc feb_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE maxpf_sts maxpf_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealallo mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_alw m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE m_sft_pd m_sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njd njd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE njcd njcd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE otadj otadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_maxhrs ot_maxhrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_hrs ot_hrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot_rate ot_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oth_alw oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ot ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfg pfg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfgtot pfgtot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmfd pmfd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmota pmota decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pmot pmot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prptg prptg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sftadj sftadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pyinc pyinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE prod_per prod_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estpro estpro decimal(15,2) NULL DEFAULT \'0.00\',CHANGE jan_inc jan_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rapd rapd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rbs rbs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sctc sctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycutrepaym salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salaryheldff salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl sl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_bal sl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sl_op sl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_ret tds_ret decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tl tl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fininc fininc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE trainincent trainincent decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_rate sft_rate decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_alw sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_pd sft_pd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sft_km sft_km decimal(15,2) NULL DEFAULT \'0.00\',CHANGE oj_inc oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE weekoff_days weekoff_days decimal(15,2) NULL DEFAULT \'0.00\',CHANGE yinc yinc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE agreementrecove agreementrecove decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arr_paid arr_paid decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearhold arrearhold decimal(15,2) NULL DEFAULT \'0.00\',CHANGE er_pf er_pf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi esi decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_sts esi_sts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE incadjd incadjd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE mealcard mealcard decimal(15,2) NULL DEFAULT \'0.00\',CHANGE npra npra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE nprd nprd decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfamount pfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE pfsts pfsts decimal(15,2) NULL DEFAULT \'0.00\',CHANGE rec rec decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sadv sadv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE sal_adv sal_adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salarycut salarycut decimal(15,2) NULL DEFAULT \'0.00\',CHANGE salholdnotice salholdnotice decimal(15,2) NULL DEFAULT \'0.00\',CHANGE tds_inc tds_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE vpfamount vpfamount decimal(15,2) NULL DEFAULT \'0.00\',CHANGE bill_or_non_bill bill_or_non_bill varchar(50) NULL DEFAULT \'\',CHANGE children children int(10) NULL DEFAULT \'0\',CHANGE client_name client_name varchar(50) NULL DEFAULT \'\',CHANGE crs_phone crs_phone varchar(50) NULL DEFAULT \'\',CHANGE crs_pinname crs_pinname varchar(10) NULL DEFAULT \'\',CHANGE crs_place crs_place varchar(50) NULL DEFAULT \'\',CHANGE desgrade desgrade varchar(60) NULL DEFAULT \'\',CHANGE fcode fcode varchar(50) NULL DEFAULT \'\',CHANGE firincdate firincdate date NULL DEFAULT NULL,CHANGE firincper firincper varchar(50) NULL DEFAULT \'\',CHANGE id_sts id_sts varchar(100) NULL DEFAULT \'0\',CHANGE incdate incdate date NULL DEFAULT NULL,CHANGE increm increm TEXT NULL,CHANGE last_apprisal last_apprisal date NULL DEFAULT NULL,CHANGE lev_grd lev_grd varchar(50) NULL DEFAULT \'\',CHANGE off_ext_no off_ext_no varchar(50) NULL DEFAULT \'\',CHANGE otrs_tktno otrs_tktno varchar(50) NULL DEFAULT \'\',CHANGE passport passport varchar(50) NULL DEFAULT \'\',CHANGE place place varchar(50) NULL DEFAULT \'\',CHANGE printcheque printcheque varchar(50) NULL DEFAULT \'\',CHANGE psudeo_name psudeo_name varchar(50) NULL DEFAULT \'\',CHANGE referedby referedby varchar(50) NULL DEFAULT \'\',CHANGE rev_month rev_month varchar(50) NULL DEFAULT \'\',CHANGE senior_citizen senior_citizen varchar(50) NULL DEFAULT \'\',CHANGE target target int(10) NULL DEFAULT \'0\',CHANGE tdsyesno tdsyesno varchar(50) NULL DEFAULT \'\',CHANGE team team varchar(50) NULL DEFAULT \'\',CHANGE ret_age ret_age int(10) NULL DEFAULT \'0\',CHANGE pay_hold pay_hold varchar(100) NULL DEFAULT \'0\',CHANGE aadhar_proof aadhar_proof TEXT NULL,CHANGE pan_card_proof pan_card_proof TEXT NULL,CHANGE emp_father_number emp_father_number varchar(10) NULL DEFAULT NULL,CHANGE emp_mother_name emp_mother_name varchar(50) NULL DEFAULT \'\',CHANGE emp_mother_number emp_mother_number varchar(10) NULL DEFAULT NULL,CHANGE emp_spouse_name emp_spouse_name varchar(50) NULL DEFAULT \'\',CHANGE emp_spouse_number emp_spouse_number varchar(10) NULL DEFAULT NULL,CHANGE emp_emergency_name emp_emergency_name varchar(50) NULL DEFAULT \'\',CHANGE emp_emergency_number emp_emergency_number varchar(10) NULL DEFAULT NULL,CHANGE passport_proof passport_proof TEXT NULL,CHANGE other_certifications other_certifications TEXT NULL,CHANGE total_exp total_exp varchar(50) NULL DEFAULT \'\',CHANGE adv adv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE app app decimal(15,2) NULL DEFAULT \'0.00\',CHANGE apa apa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ab ab decimal(15,2) NULL DEFAULT \'0.00\',CHANGE acea acea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aconv aconv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE actc actc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aepf aepf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE axg axg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE afg afg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ag ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ahra ahra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE alta alta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE amed amed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aoth_alw aoth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE aphone aphone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE marrs marrs decimal(15,2) NULL DEFAULT \'0.00\',CHANGE arrearwithheld arrearwithheld decimal(15,2) NULL DEFAULT \'0.00\',CHANGE att_per att_per decimal(15,2) NULL DEFAULT \'0.00\',CHANGE estatt estatt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE fattire fattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eattire eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE b_inc b_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE eb eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl cl decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_bal cl_bal decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cl_op cl_op decimal(15,2) NULL DEFAULT \'0.00\',CHANGE comcha comcha decimal(15,2) NULL DEFAULT \'0.00\',CHANGE conv conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE cpf cpf decimal(15,2) NULL DEFAULT \'0.00\',CHANGE creadj creadj decimal(15,2) NULL DEFAULT \'0.00\',CHANGE ctc ctc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE esi_grs_cond esi_grs_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE empr_esi_cond empr_esi_cond decimal(15,2) NULL DEFAULT \'0\',CHANGE confirm_date confirm_date date NULL DEFAULT NULL,ADD inc_period varchar(100) NULL DEFAULT \'0\' AFTER confirm_date',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17176,_binary 'ALTER TABLE cw_tax_calculation CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17177,_binary 'ALTER TABLE cw_tax_calculation_dlt CHANGE earn_oj_inc earn_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oj_inc proj_oj_inc decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_sft_alw earn_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_sft_alw proj_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salaryheldff earn_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salaryheldff proj_salaryheldff decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_salarycutrepaym earn_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_salarycutrepaym proj_salarycutrepaym decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ot earn_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ot proj_ot decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_oth_alw earn_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_oth_alw proj_oth_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_m_sft_alw earn_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_m_sft_alw proj_m_sft_alw decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_mealallo earn_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_mealallo proj_mealallo decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_loyalbon earn_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_loyalbon proj_loyalbon decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_lev_encashamt earn_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_lev_encashamt proj_lev_encashamt decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_hra earn_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_hra proj_hra decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_food earn_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_food proj_food decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ephone earn_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ephone proj_ephone decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epa earn_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epa proj_epa decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_epp earn_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_epp proj_epp decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_emed earn_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_emed proj_emed decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_elta earn_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_elta proj_elta decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ecea earn_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ecea proj_ecea decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_exg earn_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_exg proj_exg decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_conv earn_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_conv proj_conv decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eb earn_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eb proj_eb decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_eattire earn_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_eattire proj_eattire decimal(15,2) NULL DEFAULT \'0.00\',CHANGE earn_ag earn_ag decimal(15,2) NULL DEFAULT \'0.00\',CHANGE proj_ag proj_ag decimal(15,2) NULL DEFAULT \'0.00\'',1,'2022-12-26 16:34:59',0,NULL,0,NULL,1),(17178,_binary 'INSERT INTO cw_modules (sort, module_id,module_name,module_type,menu_id,sub_menu_id,module_for,rights_to,show_module,quicklink,import_module,pdf_module,custom_module,sms_setting,email_setting,left_freeze,right_freeze,menu_type,menu_icon,trans_created_by, trans_created_date) VALUES (\"212\",\"increment_period\",\"Increment Period\",\"dynamic\",\"5\",\"5\",\"1,2,3,4\",\"1,2\",\"1\",\"\",\"\",\"\",\"\",\"\",\"\",\"3\",\"3\",\"\",\"\",\"1\",\"2022-12-26 04:36:02\")',1,'2022-12-26 16:36:02',0,NULL,0,NULL,1),(17179,_binary 'INSERT INTO cw_permissions (permission_id, module_id) VALUES (\"increment_period\",\"increment_period\")',1,'2022-12-26 16:36:02',0,NULL,0,NULL,1),(17180,_binary 'INSERT INTO cw_grants (permission_id, prime_employees_id, access_add, access_update,access_delete,access_search,access_export,access_import) VALUES (\"increment_period\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\")',1,'2022-12-26 16:36:02',0,NULL,0,NULL,1),(17181,_binary 'INSERT INTO cw_form_view_setting \n (prime_view_module_id,form_view_type,form_view_type_mode,form_view_label_name,form_view_heading,form_view_for,view_user_right,form_view_show,form_view_sort,\n trans_created_by,trans_created_date) VALUES (\'increment_period\',\'1\',\'\',\'increment_period_details\',\'increment period details\',\'1,2,3,4\',\'1,2,4,6,7,8,10,11,12,13\',\'1\',\'1\',\'1\',\'2022-12-26 16:36:43\')',1,'2022-12-26 16:36:43',0,NULL,0,NULL,1),(17182,_binary 'UPDATE cw_form_setting SET input_view_type = \'1\' WHERE input_for = \'17181\'',1,'2022-12-26 16:36:43',0,NULL,0,NULL,1),(17183,_binary 'INSERT INTO cw_form_setting (input_view_type,input_for,prime_module_id,field_type,label_name,view_name,short_name,text_type,date_type,field_length,field_decimals,pick_list,field_isdefault,default_value,mandatory_field,unique_field,field_show,field_sort,pick_list_type,pick_list_import,pick_table,dependent_pick_list,dependent_pick_input,table_column1,table_column2,auto_prime_id,auto_dispaly_value,field_for,user_right_for,file_type,upload_extension,upload_file_size,pick_display_value,table_show,search_show,transaction_type,gross_check,taxable_check,earn_month_check,earn_payroll_check,ded_payroll_check,benefit_check,increment_check,arrear_pf_check,fandf_check,deduction_check,deduction_month_check,loan_check,uniform_check,edit_read,picklist_data,duplicate_data,onboard_input,trans_created_by,trans_created_date) VALUES (\'1\',\'241\',\'increment_period\',\'1\',\'inc_period\',\'Increment Period\',\'Increment period\',\'2\',\'0\',\'50\',\'0\',\' \',\'1\',\'\',\'1\',\'1\',\'1\',\'1\',\'0\',\'2\',\' \',\'2\',\'\',\'\',\'\',\' \',\' \